oxc/crates/oxc_codegen
underfin e879685a25
refactor(sourcemap): using binary search to search original position (#3360)
The ast span is not ordering at rolldown, eg the module original ast is
`a,b,c`, after mutate could be `b,c,a`. So here revert changes from
[here](https://github.com/oxc-project/oxc/pull/2728).
2024-05-20 22:35:25 +08:00
..
examples refactor(parser): start porting arrow function parsing from tsc (#3340) 2024-05-18 22:35:29 +08:00
src refactor(sourcemap): using binary search to search original position (#3360) 2024-05-20 22:35:25 +08:00
tests fix(codegen): using declaration in for statement (#3285) 2024-05-14 23:10:47 -04:00
Cargo.toml Release crates v0.13.0 2024-05-14 23:14:15 +08:00
CHANGELOG.md Release crates v0.13.0 2024-05-14 23:14:15 +08:00