oxc/crates/oxc_codegen
overlookmotel 517026b1db
fix(codegen): correct sourcemaps when unicode chars (#2583)
#2565 added source map support in codegen. But there was a bug in creating the line offset tables for Unicode. This PR fixes that.

This function could probably be made more efficient, but I think this at least makes it correct.
2024-03-04 12:22:47 +08:00
..
examples feat(codegen): add sourcemap (#2565) 2024-03-03 14:44:49 +08:00
src fix(codegen): correct sourcemaps when unicode chars (#2583) 2024-03-04 12:22:47 +08:00
tests feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
Cargo.toml chore(deps): update rust crates (#2589) 2024-03-04 11:23:06 +08:00