Ethan Wu
Ethan Wu
In some cases, we may need to print documents as PDFs, using [mdbook](https://github.com/rust-lang/mdBook) as an example. While certain components can be omitted during printing, there are situations where we might...
Seems that the `gzip` is so metaphysical... I don't know why it enlarges the gzipped size.
Tests are still not passed. A lot need to do yet.
**Vite-related PR:** https://github.com/vitejs/vite/pull/5018. It appears that only `constBindings` and `symbols` are impacted. **Related issue:** https://github.com/rolldown/rolldown/issues/1554, option `output.generatedCode 2015`, also: https://github.com/rolldown/rolldown/issues/206. Apart from these two and `reservedNamesAsProps`, it is advisable to...
This is a optimization only applied in Closure Compiler.
reproduction link: https://kermanx.github.io/js_to_oxc/#N4IglgdgDgrgLiAXCABCg8gIwFYFMDGcAdACa4BmkuACgE4D2UutcAngBS4AeU9LAzgBoUAa1ythwADoQ0aXBBgBbZgENMAG1yIUcWjFyCZclAHNccHeRgRCYerPYBKFNNkmUtCzFqyA+qoA2mKsALoA3MZyAL5R0U7hIIIgUAymtKpKALL0ZEh6Bsmq/HAAQjBgGmS0SCD8uBrkRMVwfpgVVcxJdVCqELUAytQAggByINFAA=== When the code appears with ```js Object.defineProperty(exports, key, { enumerable: true, get: function () { return _a[key]; } }); ``` it will crash and you can't do...