oxc/crates/oxc_ecmascript
2024-12-23 15:20:37 +00:00
..
src feat(minifier): constant fold undefined?.bar -> undefined (#8075) 2024-12-23 15:20:37 +00:00
Cargo.toml release(crates): v0.43.0 (#8054) 2024-12-21 15:07:21 +08:00
CHANGELOG.md release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +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.