This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Description
We intend to remove the "debug" variant of code generation.
This made a lot of sense at one point, and lesser today - most tests don't require it, and there was never any tooling built out for "debug mode" (i.e. Chrome extensions) that justify the weight of this feature (code size, slower runtime in DDC, etc).
Lots of steps here: