oxc/crates/oxc_ast
Boshen 419d5aa6ee
feat(transformer): transformer prototype (#918)
This PR introduces the oxc transformer.

The code is purposely arranged without any Rust trickery such as traits
and macros.
I intend to keep the code style this way until something blows up.

The next steps are:
* unit tests
* conformance tests with TypeScript and Babel
* benchmarks
2023-09-16 16:05:35 +08:00
..
src feat(transformer): transformer prototype (#918) 2023-09-16 16:05:35 +08:00
Cargo.toml Release oxc v0.2.0 2023-09-14 23:41:44 +08:00