dillon1000/react
Commit
Browse files [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.
Changed paths1 file
First-parent comparisoncompiler/forget/src/Utils/logger.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…