mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 21:29:01 +00:00
fixes #8782 This bug appears when we arbitrarily eliminate potential side-effective elements in unary expression. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| README.md | ||
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.