dillon1000/react

Commit

[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.
Browse files
Changed paths2 files
First-parent comparison
M compiler/forget/src/ReactiveScopes/DeriveMinimalDependencies.ts ModifiedM compiler/forget/src/ReactiveScopes/PropagateScopeDependencies.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…