oxc/crates/oxc_ecmascript
overlookmotel 1835687b75 refactor(ecmascript): remove unnecessary use statement (#8284)
Tiny refactor. Unnecessary `use core::f64` snuck in in #8252. Probably auto-added by IDE.
2025-01-06 11:42:26 +00:00
..
src refactor(ecmascript): remove unnecessary use statement (#8284) 2025-01-06 11:42:26 +00:00
Cargo.toml release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
CHANGELOG.md release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +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.