2 matches across 1 files for TODO lang:TypeScript path:packages/compiler-sfc/src/compileScript.ts
snippet_mode: auto · sorted by relevance
packages/compiler-sfc/src/compileScript.ts TYPESCRIPT 2 matches view file →
1481 return ['Object']
1482 case 'TSTypeLiteral':
1483 // TODO (nice to have) generate runtime property validation
1484 return ['Object']
1485 case 'TSFunctionType':
· · ·
1487 case 'TSArrayType':
1488 case 'TSTupleType':
1489 // TODO (nice to have) generate runtime element type/length checks
1490 return ['Array']
1491
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.