26 matches across 1 files for TODO lang:JavaScript lang:JavaScript path:packages/react-client/src/ReactFlightClient.js
snippet_mode: auto · sorted by relevance
packages/react-client/src/ReactFlightClient.js JAVASCRIPT 26 matches · showing 5 view file →
115import type {SharedStateClient} from 'react/src/ReactSharedInternalsClient';
116
117// TODO: This is an unfortunate hack. We shouldn't feature detect the internals
118// like this. It's just that for now we support the same build of the Flight
119// client both in the RSC environment, in the SSR environments as well as the
· · ·
281// We subclass Promise.prototype so that we get other methods like .catch
282ReactPromise.prototype = Object.create(Promise.prototype) as any;
283// TODO: This doesn't return a new Promise chain unlike the real .then
284function reactPromiseThen<T>(
285 this: SomeChunk<T>,
· · ·
637 });
638 }
639 // TODO: If the resolved value is a frozen element (e.g. a client-created
640 // element from a temporary reference, or a JSX element exported as a client
641 // reference), server debug info is currently dropped because the element
· · ·
836 // Ignore error parsing debug info, we'll report the original error instead.
837 } else if (initializingHandler.deps > 0) {
838 // TODO: Block the resolution of the error until all the debug info has loaded.
839 // We currently don't have a way to throw an error after all dependencies have
840 // loaded because we currently treat errors as immediately cancelling the handler.
· · ·
1137 // unresolved entries.
1138 initializeDebugChunk(response, chunk);
1139 // TODO: The chunk might have transitioned to ERRORED now.
1140 // Should we return early if that happens?
1141 }
+ 21 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.