oxc/crates/oxc_codegen/src
overlookmotel 42fa8ebbc2
perf(codegen): speed up building sourcemap line tables (#2591)
Speed up building the line tables for source maps, using same kind of techniques as have been using in the lexer:

* Iterate byte-by-byte not char-by-char (`chars` iterator is slow).
* Fast path for ASCII (common case).
2024-03-04 12:40:39 +08:00
..
context.rs fix(codegen): format new expression + call expression with the correct parentheses (#2330) 2024-02-06 22:06:12 +08:00
gen.rs feat(codegen): add sourcemap (#2565) 2024-03-03 14:44:49 +08:00
gen_ts.rs fix(ast)!: align TSImportType with ESTree (#2578) 2024-03-04 12:28:18 +08:00
lib.rs feat(codegen): add sourcemap (#2565) 2024-03-03 14:44:49 +08:00
operator.rs
sourcemap_builder.rs perf(codegen): speed up building sourcemap line tables (#2591) 2024-03-04 12:40:39 +08:00