1,666 matches across 25 files for TODO lang:JavaScript
snippet_mode: summary · sorted by relevance
packages/react-reconciler/src/ReactFiberCommitWork.js JAVASCRIPT 73 matches · showing 1 view file →
375 // TODO: We could optimize this by marking these with the Snapshot subtree flag in the render phase.
+ 72 more matches in this file
packages/react-dom-bindings/src/client/ReactDOMComponent.js JAVASCRIPT 37 matches · showing 1 view file →
264 // TODO: If Fizz starts applying a prefix to this name, we need to consider that.
+ 36 more matches in this file
packages/react-reconciler/src/ReactFiberWorkLoop.js JAVASCRIPT 46 matches · showing 1 view file →
521// TODO: Think of a better name for this variable?
+ 45 more matches in this file
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js JAVASCRIPT 37 matches · showing 1 view file →
194 src?: string | Blob | MediaSource | MediaStream, // TODO: Response
+ 36 more matches in this file
packages/react-server/src/ReactFlightServer.js JAVASCRIPT 34 matches · showing 1 view file →
299 // objects in the debug info. TODO: Support deduping stacks.
+ 33 more matches in this file
packages/react-devtools-shared/src/backend/fiber/renderer.js JAVASCRIPT 33 matches · showing 1 view file →
1078 // TODO: ideally we would show dehydrated Suspense immediately.
+ 32 more matches in this file
packages/react-client/src/ReactFlightClient.js JAVASCRIPT 26 matches · showing 1 view file →
117// TODO: This is an unfortunate hack. We shouldn't feature detect the internals
+ 25 more matches in this file
packages/react-reconciler/src/ReactFiberApplyGesture.js JAVASCRIPT 23 matches · showing 1 view file →
183 // TODO: Since the deleted instance already has layout we could
+ 22 more matches in this file
packages/react-reconciler/src/ReactFiberBeginWork.js JAVASCRIPT 25 matches · showing 1 view file →
411 // TODO: current can be non-null here even if the component
+ 24 more matches in this file
packages/react-devtools-cdt-mcp/e2e/run.flow.js JAVASCRIPT 29 matches · showing 1 view file →
1006 const todo = findNode(
+ 28 more matches in this file
packages/react-reconciler/src/ReactChildFiber.js JAVASCRIPT 14 matches · showing 1 view file →
292 // TODO: This is a temporary, intermediate step. Now that enableRefAsProp is on,
+ 13 more matches in this file
packages/react-server/src/ReactFizzServer.js JAVASCRIPT 24 matches · showing 1 view file →
1660 // TODO: Call this directly instead of messing with saving and restoring contexts.
+ 23 more matches in this file
packages/react-reconciler/src/ReactFiberCompleteWork.js JAVASCRIPT 13 matches · showing 1 view file →
229 // TODO: If we move the `doesRequireClone` call after `bubbleProperties`
+ 12 more matches in this file
packages/react-client/src/ReactFlightReplyClient.js JAVASCRIPT 13 matches · showing 1 view file →
471 // TODO: If the property name contains a colon, we don't dedupe. Escape instead.
+ 12 more matches in this file
packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js JAVASCRIPT 22 matches · showing 1 view file →
706 // @TODO add bootstrap script to implicit preloads
+ 21 more matches in this file
packages/react-reconciler/src/ReactFiberHooks.js JAVASCRIPT 23 matches · showing 1 view file →
280// TODO: Maybe there's some way to consolidate this with
+ 22 more matches in this file
scripts/flags/flags.js JAVASCRIPT 5 matches · showing 1 view file →
130 'const __TODO_NEXT_RN_MAJOR__ = false;',
+ 4 more matches in this file
packages/react-reconciler/src/ReactFiberCommitViewTransitions.js JAVASCRIPT 8 matches · showing 1 view file →
151 // TODO: calculate whether component is in viewport
+ 7 more matches in this file
packages/react-reconciler/src/ReactFiberCommitEffects.js JAVASCRIPT 8 matches · showing 1 view file →
348 // TODO: revisit this when we implement resuming.
+ 7 more matches in this file
packages/react-reconciler/src/ReactFiberLane.js JAVASCRIPT 14 matches · showing 1 view file →
14// TODO: Ideally these types would be opaque but that doesn't work well with
+ 13 more matches in this file
packages/react-reconciler/src/ReactFiberPerformanceTrack.js JAVASCRIPT 7 matches · showing 1 view file →
396 // TODO: Ideally we should instead, store the failed fibers and log the
+ 6 more matches in this file
packages/react-dom-bindings/src/server/fizz-instruction-set/ReactDOMFizzInstructionSetShared.js JAVASCRIPT 9 matches · showing 1 view file →
26// TODO: Symbols that are referenced outside this module use dynamic accessor
+ 8 more matches in this file
packages/react-dom-bindings/src/client/ReactDOMInput.js JAVASCRIPT 4 matches · showing 1 view file →
10// TODO: direct imports like some-package/src/* are bad. Fix me.
+ 3 more matches in this file
packages/react-dom-bindings/src/events/DOMPluginEventSystem.js JAVASCRIPT 6 matches · showing 1 view file →
92// TODO: remove top-level side effect.
+ 5 more matches in this file
packages/react-reconciler/src/ReactFiberRootScheduler.js JAVASCRIPT 6 matches · showing 1 view file →
191 // TODO: Is this overly defensive? The callers must check the execution
+ 5 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.