oxc_ecmascript 0.142.0

A collection of JavaScript tools written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
# `oxc_ecmascript`

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

## Cargo features

- `side_effects`: Enables side-effect analysis.
- `constant_evaluation`: Enables constant evaluation and implies `side_effects`.

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