dillon1000/react

Commit

[be] Skip debug logging if content has not changed

Avoids printing debug information if it exactly matches what was last printed. 
This means when debug printing (eg with `@only`) you'll see things like: 

``` 

BuildReactiveFunctions: 

...debug view... 

FlattenReactiveLoops: (no change) 

PropagateScopeDependencies: 

...debug view... 

``` 

Which saves time figuring out if something changed in a given pass.
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/src/Utils/logger.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…