6 matches across 1 files for TODO lang: path:fixtures/flight-esm/src/App.js
snippet_mode: auto · sorted by relevance
fixtures/flight-esm/src/App.js JAVASCRIPT 6 matches · showing 5 view file →
11
12export default async function App() {
13 const res = await fetch('http://localhost:3001/todos');
14 const todos = await res.json();
15 return h(
· · ·
14 const todos = await res.json();
15 return h(
16 'html',
· · ·
17 {
18 lang: 'en',
19 },
20 h(
· · ·
45 'ul',
46 null,
47 todos.map(todo =>
48 h(
49 'li',
· · ·
50 {
51 key: todo.id,
52 },
53 todo.text
+ 1 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.