oxc/crates/oxc_codegen
Boshen aaac2d8775
fix(codegen): preserve parentheses from AST instead calculating from operator precedence (#4055)
…operator precedence

Calculating from operator precedence is currently unsafe and will result
incorrect semantics.
2024-07-05 14:01:17 +08:00
..
examples feat(codegen)!: new code gen API (#3740) 2024-06-18 15:50:12 +00:00
src fix(codegen): preserve parentheses from AST instead calculating from operator precedence (#4055) 2024-07-05 14:01:17 +08:00
tests fix(codegen): preserve parentheses from AST instead calculating from operator precedence (#4055) 2024-07-05 14:01:17 +08:00
Cargo.toml Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00
CHANGELOG.md Release crates v0.16.3 (#4013) 2024-07-02 12:47:29 +08:00