oxc/crates/oxc_codegen/src
underfin d7004da253
perf(sourcemap): remove unnecessary binary search (#2728)
Becuase `position` argument is ordering, using binary search is
unnecessary.
2024-03-15 18:50:53 +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 fix(codegen): CallExpression sourcemap (#2717) 2024-03-14 07:53:22 +00:00
gen_ts.rs fix(parser): parse named rest element in type tuple (#2655) 2024-03-10 13:25:15 +08:00
lib.rs refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +08:00
operator.rs feat(codegen): move minifying printer to codegen crate (#985) 2023-10-12 14:56:30 +08:00
sourcemap_builder.rs perf(sourcemap): remove unnecessary binary search (#2728) 2024-03-15 18:50:53 +08:00