35 matches across 1 files for TODO lang:JavaScript path:packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js
snippet_mode: auto · sorted by relevance
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js JAVASCRIPT 35 matches · showing 5 view file →
188 multiple?: boolean,
189 type?: string,
190 src?: string | Blob | MediaSource | MediaStream, // TODO: Response
191 srcSet?: string,
192 loading?: 'eager' | 'lazy',
· · ·
481 const lower = scriptType.toLowerCase();
482 // Special non-MIME keywords recognized by the HTML spec
483 // TODO: May be fine to also not warn about having these types be parsed as "parser-inserted"
484 if (
485 lower === 'module' ||
· · ·
534 let hostContextProd: HostContextProd;
535 if (__DEV__) {
536 // TODO: take namespace into account when validating.
537 const hostContextDev: HostContextDev = hostContext as any;
538 validateDOMNesting(type, hostContextDev.ancestorInfo);
· · ·
671 if (!didWarnForClone) {
672 didWarnForClone = true;
673 // TODO: Once we have the ability to avoid cloning the root, suggest an absolutely
674 // positioned ViewTransition instead as the solution.
675 console.warn(
· · ·
868 ? callback =>
869 localPromise.resolve(null).then(callback).catch(handleErrorInNextTick)
870 : scheduleTimeout; // TODO: Determine the best fallback here.
871
872function handleErrorInNextTick(error: any) {
+ 30 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.