16 matches across 1 files for TODO path:test/unit/features/options/lifecycle.spec.ts
snippet_mode: grep · sorted by relevance
test/unit/features/options/lifecycle.spec.ts TYPESCRIPT 16 matches · showing 5 view file →
159 const destroyed = vi.fn()
160
161 Vue.component('todo', {
162 template: '<div>{{todo.done}}</div>',
163 props: ['todo'],
· · ·
162 template: '<div>{{todo.done}}</div>',
163 props: ['todo'],
164 destroyed,
· · ·
163 props: ['todo'],
164 destroyed,
165 beforeUpdate
· · ·
169 template: `
170 <div>
171 <todo v-for="t in pendingTodos" :todo="t" :key="t.id"></todo>
172 </div>
173 `,
· · ·
174 data() {
175 return {
176 todos: [{ id: 1, done: false }]
177 }
178 },
+ 11 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.