oxc/crates/oxc_ecmascript
7086cmd ae7f670024 fix(minifier): avoid minifying +void unknown to NaN and fix typo (#8784)
fixes #8782
This bug appears when we arbitrarily eliminate potential side-effective elements in unary expression.
2025-01-30 15:01:22 +00:00
..
src fix(minifier): avoid minifying +void unknown to NaN and fix typo (#8784) 2025-01-30 15:01:22 +00:00
Cargo.toml release(crates): v0.48.1 (#8738) 2025-01-26 22:20:13 +08:00
CHANGELOG.md release(crates): v0.48.1 (#8738) 2025-01-26 22:20:13 +08:00
README.md test(ecmascript): move tests to oxc_minifier due to cyclic dependency with oxc_parser (#7542) 2024-11-29 09:18:45 +00:00

oxc_ecmascript

ECMAScript Operations defined in the spec https://tc39.es/ecma262/

Tests reside in crates/oxc_minifier/tests/ecmascript due to cyclic dependency with oxc_parser.