oxc/crates/oxc_codegen
camc314 b6d16f4d80 fix(codegen): print parenthesis on negative bigint lit when neccessary (#8258)
closes #8257

i couldn't really write a test for this, as it only happens when codegen + minifier are used together.

Regression should be prevented by the 262 suite in #8256 (failed CI run before i implemented this fix: https://github.com/oxc-project/oxc/actions/runs/12621310419/job/35168016825)
2025-01-06 02:21:24 +00:00
..
examples fix(codegen): print if else without block with proper indentation (#8135) 2024-12-27 00:39:52 +00:00
src fix(codegen): print parenthesis on negative bigint lit when neccessary (#8258) 2025-01-06 02:21:24 +00:00
tests/integration feat(codegen): print real newline when \n is inside template literals (#8178) 2024-12-29 12:20:47 +00:00
Cargo.toml release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
CHANGELOG.md release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00