17 matches across 1 files for func main path:packages/compiler-sfc/test/compileScript.spec.ts
snippet_mode: auto · sorted by relevance
packages/compiler-sfc/test/compileScript.spec.ts TYPESCRIPT 17 matches · showing 5 view file →
9 let a = 1
10 const b = 2
11 function c() {}
12 class d {}
13 </script>
· · ·
17 let aa = 1
18 const bb = 2
19 function cc() {}
20 class dd {}
21 </script>
· · ·
463 import { Foo, Baz, Qux, Fred } from './x'
464 const a = 1
465 function b() {}
466 </script>
467 <template>
· · ·
540
541 // test('avoid unref() when necessary', () => {
542 // // function, const, component import
543 // const { content } = compile(
544 // `<script setup>
· · ·
551 // const maybe = foo()
552 // let lett = 1
553 // function fn() {}
554 // </script>
555 // <template>
+ 12 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.