52 matches across 1 files for func main lang:JavaScript path:compiler/scripts/debug-print-reactive.mjs lang:JavaScript
snippet_mode: grep · sorted by relevance
compiler/scripts/debug-print-reactive.mjs JAVASCRIPT 52 matches · showing 5 view file →
7
8/**
9 * Debug ReactiveFunction printer for the Rust port testing infrastructure.
10 *
11 * Custom printer that walks the ReactiveFunction tree structure and prints
· · ·
11 * Custom printer that walks the ReactiveFunction tree structure and prints
12 * every field of every scope, instruction, terminal, and reactive value node.
13 *
· · ·
14 * This does NOT delegate to printReactiveFunctionWithOutlined() — it is a
15 * standalone walker that produces a detailed, deterministic representation
16 * suitable for cross-compiler comparison between the TS and Rust implementations.
· · ·
17 *
18 * @param {Function} _printReactiveFunctionWithOutlined - Unused (kept for API compat)
19 * @param {object} reactiveFunction - The ReactiveFunction to print
20 * @returns {string} The debug representation
· · ·
19 * @param {object} reactiveFunction - The ReactiveFunction to print
20 * @returns {string} The debug representation
21 */
+ 47 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.