oxc/crates/oxc_codegen
Bradley Farias ff9cf292dc
ensure numbers without a raw are allocated during codegen (#1950)
This was incorrectly using raw for dynamically generated numbers like in
the minifier (
6e0bd52af1/crates/oxc_minifier/src/compressor/fold.rs (L280)
).

This ensures they are dynamically generated during codegen.

This does not investigate why `just example minifier` does not take the
`if MINIFY` branch.

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-01-09 11:13:25 +08:00
..
examples feat(codegen): beauty class print (#995) 2023-10-15 16:37:01 +08:00
src ensure numbers without a raw are allocated during codegen (#1950) 2024-01-09 11:13:25 +08:00
Cargo.toml Release crates v0.4.0 2023-12-08 17:20:37 +08:00