72 matches across 1 files for TODO lang:JavaScript path:packages/react-reconciler/src/ReactFiberCommitWork.js
snippet_mode: grep · sorted by relevance
packages/react-reconciler/src/ReactFiberCommitWork.js JAVASCRIPT 72 matches · showing 5 view file →
364function commitBeforeMutationEffects_begin(isViewTransitionEligible: boolean) {
365 // If this commit is eligible for a View Transition we look into all mutated subtrees.
366 // TODO: We could optimize this by marking these with the Snapshot subtree flag in the render phase.
367 const subtreeMask = isViewTransitionEligible
368 ? BeforeAndAfterMutationTransitionMask
· · ·
374 // Let's skip the whole loop if it's off.
375 if (enableCreateEventHandleAPI || isViewTransitionEligible) {
376 // TODO: Should wrap this in flags check, too, as optimization
377 const deletions = fiber.deletions;
378 if (deletions !== null) {
· · ·
395 // to trigger updates of any nested view transitions and we shouldn't
396 // have any other before mutation effects since snapshot effects are
397 // only applied to updates. TODO: Model this using only flags.
398 if (isViewTransitionEligible) {
399 trackEnterViewTransitions(fiber);
· · ·
403 }
404
405 // TODO: This should really unify with the switch in commitBeforeMutationEffectsOnFiber recursively.
406 if (enableViewTransition && fiber.tag === OffscreenComponent) {
407 const isModernRoot =
· · ·
427 // to trigger updates of any nested view transitions and we shouldn't
428 // have any other before mutation effects since snapshot effects are
429 // only applied to updates. TODO: Model this using only flags.
430 if (isViewTransitionEligible) {
431 trackEnterViewTransitions(fiber);
+ 67 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.