275 matches across 21 files for TODO
snippet_mode: summary · sorted by relevance
packages/compiler-sfc/src/compileScript.ts TYPESCRIPT 2 matches · showing 1 view file →
1483 // TODO (nice to have) generate runtime property validation
+ 1 more matches in this file
packages/compiler-sfc/src/parseComponent.ts TYPESCRIPT 1 matches view file →
86 scriptSetup: null, // TODO
src/compiler/codegen/index.ts TYPESCRIPT 1 matches view file →
440 // TODO: this can be further optimized by properly analyzing in-scope bindings
src/core/components/keep-alive.ts TYPESCRIPT 1 matches view file →
74// TODO defineComponent
packages/server-renderer/src/create-renderer.ts TYPESCRIPT 1 matches view file →
93 // @ts-expect-error TODO improve
benchmarks/dbmon/lib/memory-stats.js JAVASCRIPT 1 matches view file →
58 // TODO, add a sanity check to see if values are bucketed.
examples/classic/todomvc/app.js JAVASCRIPT 52 matches · showing 1 view file →
1// Full spec-compliant TodoMVC with localStorage persistence
+ 51 more matches in this file
test/helpers/shim-done.ts TYPESCRIPT 1 matches view file →
32;['skip', 'only', 'todo', 'concurrent'].forEach(key => {
packages/server-renderer/types/plugin.d.ts TYPESCRIPT TYPINGS 1 matches view file →
9 // TODO DOUBLE CHECK HERE
examples/composition/todomvc.html HTML 73 matches · showing 1 view file →
4 href="../../node_modules/todomvc-app-css/index.css"
+ 72 more matches in this file
test/unit/modules/vdom/patch/hooks.spec.ts TYPESCRIPT 1 matches view file →
178 // @ts-ignore - TODO dtw
package.json JSON 1 matches view file →
129 "todomvc-app-css": "^2.4.2",
src/types/component.ts TYPESCRIPT 1 matches view file →
9// TODO this should be using the same as /component/
examples/classic/todomvc/readme.md MARKDOWN 3 matches · showing 1 view file →
1# Vue.js TodoMVC Example
+ 2 more matches in this file
types/options.d.ts TYPESCRIPT TYPINGS 1 matches view file →
240 // TODO: support properly inferred 'extends'
examples/classic/todomvc/index.html HTML 26 matches · showing 1 view file →
5 <title>Vue.js • TodoMVC</title>
+ 25 more matches in this file
test/unit/features/options/lifecycle.spec.ts TYPESCRIPT 16 matches · showing 1 view file →
161 Vue.component('todo', {
+ 15 more matches in this file
test/e2e/todomvc.spec.ts TYPESCRIPT 88 matches · showing 1 view file →
3describe('e2e: todomvc', () => {
+ 87 more matches in this file
pnpm-lock.yaml YAML 2 matches · showing 1 view file →
123 todomvc-app-css:
+ 1 more matches in this file
CHANGELOG.md MARKDOWN 1 matches view file →
922- "chore: use keypress in TodoMVC example for IME input methods ([#9172](https://github.com/vuejs/vue/issues/9172))" ([80fb6b8](https://github.com/vuejs/vue/commit/80fb6b8da144bd9c2313702e23a35d72fa620135))
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.