oxc/crates/oxc_ecmascript
2024-12-16 13:25:39 +00:00
..
src fix(minfier): bigint bitwise operation only works with bigint (#7937) 2024-12-16 13:25:39 +00:00
Cargo.toml release(crates): v0.41.0 (#7846) 2024-12-13 21:25:13 +08:00
CHANGELOG.md release(crates): v0.39.0 (#7643) 2024-12-04 19:43:22 +08:00
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.