12 matches across 1 files for func main path:packages/compiler-sfc/src/compileTemplate.ts
snippet_mode: auto · sorted by relevance
packages/compiler-sfc/src/compileTemplate.ts TYPESCRIPT 12 matches · showing 5 view file →
21 transpileOptions?: any
22 isProduction?: boolean
23 isFunctional?: boolean
24 optimizeSSR?: boolean
25 prettify?: boolean
· · ·
36}
37
38export function compileTemplate(
39 options: SFCTemplateCompileOptions
40): SFCTemplateCompileResults {
· · ·
50 return {
51 ast: {},
52 code: `var render = function () {}\n` + `var staticRenderFns = []\n`,
53 source: options.source,
54 tips: [
· · ·
64}
65
66function preprocess(
67 options: SFCTemplateCompileOptions,
68 preprocessor: any
· · ·
95}
96
97function actuallyCompile(
98 options: SFCTemplateCompileOptions
99): SFCTemplateCompileResults {
+ 7 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.