oxc/crates/oxc_codegen/src
Dunqing d4588d7cac chore(codegen): print typescript code for typescript files (#3515)
We should not print typescript code as javascript code. Forcing to print as JavaScript code may result in syntax errors. If we truly want javascript code, we can use the `oxc_transformer`.
2024-06-03 10:05:08 +00:00
..
annotation_comment.rs feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +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): wrong escape string (#3514) 2024-06-03 15:48:01 +08:00
gen_ts.rs refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
lib.rs chore(codegen): print typescript code for typescript files (#3515) 2024-06-03 10:05:08 +00:00
operator.rs feat(codegen): move minifying printer to codegen crate (#985) 2023-10-12 14:56:30 +08:00
sourcemap_builder.rs refactor(sourcemap): using binary search to search original position (#3360) 2024-05-20 22:35:25 +08:00