dillon1000/react
Commit
Browse files [be][dependencies] Remove control flow info from PropertyLoad sidemap
--- We don't need to store whether a `PropertyLoad` happens within a conditional (within its reactive scope). In fact, the PropertyLoad producing a rval often is in a different ReactiveScope from where the rval is used. We only need to add `#inConditionalWithinScope` when we actually visit a reactive dependency.
Changed paths2 files
First-parent comparisoncompiler/forget/src/ReactiveScopes/DeriveMinimalDependencies.ts ModifiedM compiler/forget/src/ReactiveScopes/PropagateScopeDependencies.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…