OptimizationPasses
Browse all 442 domain entities categorized under OptimizationPasses in the react Architecture Docs architecture documentation.
OutlineFunctions.ts — react Source File
Architecture documentation for OutlineFunctions.ts, a typescript file in the react codebase. 1 imports, 1 dependents.
OutlineJsx.ts — react Source File
Architecture documentation for OutlineJsx.ts, a typescript file in the react codebase. 27 imports, 1 dependents.
PruneMaybeThrows.ts — react Source File
Architecture documentation for PruneMaybeThrows.ts, a typescript file in the react codebase. 9 imports, 0 dependents.
AlignMethodCallScopes.ts — react Source File
Architecture documentation for AlignMethodCallScopes.ts, a typescript file in the react codebase. 3 imports, 1 dependents.
AlignObjectMethodScopes.ts — react Source File
Architecture documentation for AlignObjectMethodScopes.ts, a typescript file in the react codebase. 6 imports, 0 dependents.
AlignReactiveScopesToBlockScopesHIR.ts — react Source File
Architecture documentation for AlignReactiveScopesToBlockScopesHIR.ts, a typescript file in the react codebase. 18 imports, 1 dependents.
AssertScopeInstructionsWithinScope.ts — react Source File
Architecture documentation for AssertScopeInstructionsWithinScope.ts, a typescript file in the react codebase. 7 imports, 0 dependents.
AssertWellFormedBreakTargets.ts — react Source File
Architecture documentation for AssertWellFormedBreakTargets.ts, a typescript file in the react codebase. 5 imports, 0 dependents.
BuildReactiveFunction.ts — react Source File
Architecture documentation for BuildReactiveFunction.ts, a typescript file in the react codebase. 18 imports, 1 dependents.
CodegenReactiveFunction.ts — react Source File
Architecture documentation for CodegenReactiveFunction.ts, a typescript file in the react codebase. 57 imports, 1 dependents.
CollectReactiveIdentifiers.ts — react Source File
Architecture documentation for CollectReactiveIdentifiers.ts, a typescript file in the react codebase. 12 imports, 1 dependents.
CollectReferencedGlobals.ts — react Source File
Architecture documentation for CollectReferencedGlobals.ts, a typescript file in the react codebase. 4 imports, 1 dependents.
ExtractScopeDeclarationsFromDestructuring.ts — react Source File
Architecture documentation for ExtractScopeDeclarationsFromDestructuring.ts, a typescript file in the react codebase. 11 imports, 0 dependents.
FlattenReactiveLoopsHIR.ts — react Source File
Architecture documentation for FlattenReactiveLoopsHIR.ts, a typescript file in the react codebase. 4 imports, 1 dependents.
FlattenScopesWithHooksOrUseHIR.ts — react Source File
Architecture documentation for FlattenScopesWithHooksOrUseHIR.ts, a typescript file in the react codebase. 4 imports, 1 dependents.
index.ts — react Source File
Architecture documentation for index.ts, a typescript file in the react codebase. 0 imports, 4 dependents.
InferReactiveScopeVariables.ts — react Source File
Architecture documentation for InferReactiveScopeVariables.ts, a typescript file in the react codebase. 20 imports, 6 dependents.
MemoizeFbtAndMacroOperandsInSameScope.ts — react Source File
Architecture documentation for MemoizeFbtAndMacroOperandsInSameScope.ts, a typescript file in the react codebase. 5 imports, 1 dependents.
MergeReactiveScopesThatInvalidateTogether.ts — react Source File
Architecture documentation for MergeReactiveScopesThatInvalidateTogether.ts, a typescript file in the react codebase. 15 imports, 0 dependents.
PrintReactiveFunction.ts — react Source File
Architecture documentation for PrintReactiveFunction.ts, a typescript file in the react codebase. 19 imports, 3 dependents.
PromoteUsedTemporaries.ts — react Source File
Architecture documentation for PromoteUsedTemporaries.ts, a typescript file in the react codebase. 25 imports, 0 dependents.
PropagateEarlyReturns.ts — react Source File
Architecture documentation for PropagateEarlyReturns.ts, a typescript file in the react codebase. 9 imports, 0 dependents.
PruneAllReactiveScopes.ts — react Source File
Architecture documentation for PruneAllReactiveScopes.ts, a typescript file in the react codebase. 8 imports, 0 dependents.
PruneAlwaysInvalidatingScopes.ts — react Source File
Architecture documentation for PruneAlwaysInvalidatingScopes.ts, a typescript file in the react codebase. 2 imports, 1 dependents.
PruneHoistedContexts.ts — react Source File
Architecture documentation for PruneHoistedContexts.ts, a typescript file in the react codebase. 9 imports, 0 dependents.
PruneInitializationDependencies.ts — react Source File
Architecture documentation for PruneInitializationDependencies.ts, a typescript file in the react codebase. 13 imports, 1 dependents.
PruneNonEscapingScopes.ts — react Source File
Architecture documentation for PruneNonEscapingScopes.ts, a typescript file in the react codebase. 19 imports, 0 dependents.
PruneNonReactiveDependencies.ts — react Source File
Architecture documentation for PruneNonReactiveDependencies.ts, a typescript file in the react codebase. 8 imports, 0 dependents.
PruneTemporaryLValues.ts — react Source File
Architecture documentation for PruneTemporaryLValues.ts, a typescript file in the react codebase. 9 imports, 0 dependents.
PruneUnusedLabels.ts — react Source File
Architecture documentation for PruneUnusedLabels.ts, a typescript file in the react codebase. 9 imports, 0 dependents.
PruneUnusedScopes.ts — react Source File
Architecture documentation for PruneUnusedScopes.ts, a typescript file in the react codebase. 9 imports, 0 dependents.
RenameVariables.ts — react Source File
Architecture documentation for RenameVariables.ts, a typescript file in the react codebase. 23 imports, 0 dependents.
StabilizeBlockIds.ts — react Source File
Architecture documentation for StabilizeBlockIds.ts, a typescript file in the react codebase. 6 imports, 1 dependents.
visitors.ts — react Source File
Architecture documentation for visitors.ts, a typescript file in the react codebase. 19 imports, 21 dependents.
index.ts — react Source File
Architecture documentation for index.ts, a typescript file in the react codebase. 0 imports, 1 dependents.
NameAnonymousFunctions.ts — react Source File
Architecture documentation for NameAnonymousFunctions.ts, a typescript file in the react codebase. 1 imports, 1 dependents.
TransformFire.ts — react Source File
Architecture documentation for TransformFire.ts, a typescript file in the react codebase. 15 imports, 0 dependents.
alignMethodCallScopes() — react Function Reference
Architecture documentation for the alignMethodCallScopes() function in AlignMethodCallScopes.ts from the react codebase.
alignObjectMethodScopes() — react Function Reference
Architecture documentation for the alignObjectMethodScopes() function in AlignObjectMethodScopes.ts from the react codebase.
findScopesToMerge() — react Function Reference
Architecture documentation for the findScopesToMerge() function in AlignObjectMethodScopes.ts from the react codebase.
alignReactiveScopesToBlockScopesHIR() — react Function Reference
Architecture documentation for the alignReactiveScopesToBlockScopesHIR() function in AlignReactiveScopesToBlockScopesHIR.ts from the react codebase.
_debug() — react Function Reference
Architecture documentation for the _debug() function in AlignReactiveScopesToBlockScopesHIR.ts from the react codebase.
_printNode() — react Function Reference
Architecture documentation for the _printNode() function in AlignReactiveScopesToBlockScopesHIR.ts from the react codebase.
assertScopeInstructionsWithinScopes() — react Function Reference
Architecture documentation for the assertScopeInstructionsWithinScopes() function in AssertScopeInstructionsWithinScope.ts from the react codebase.
visitPlace() — react Function Reference
Architecture documentation for the visitPlace() function in AssertScopeInstructionsWithinScope.ts from the react codebase.
visitScope() — react Function Reference
Architecture documentation for the visitScope() function in AssertScopeInstructionsWithinScope.ts from the react codebase.
visitScope() — react Function Reference
Architecture documentation for the visitScope() function in AssertScopeInstructionsWithinScope.ts from the react codebase.
assertWellFormedBreakTargets() — react Function Reference
Architecture documentation for the assertWellFormedBreakTargets() function in AssertWellFormedBreakTargets.ts from the react codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free