oxc/crates
Dunqing 99e038cfc0
fix(transformer/typescript): modifiers should not be removed (#3005)
`codegen` relies on the modifier to decide whether to print or not. For
example, if declare is present, nothing will be printed if typescript is
not enabled.

We may need to solve this problem in a way that doesn't rely on
modifers.
2024-04-16 10:33:13 +00:00
..
oxc Release crates v0.12.3 2024-04-11 16:18:17 +08:00
oxc_allocator feat(allocator): make Box's PhantomData own the passed in T (#2952) 2024-04-13 12:31:40 +08:00
oxc_ast feat(transformer): react jsx transform (#2961) 2024-04-14 10:50:17 +08:00
oxc_cli feat(linter): Add --jsdoc-plugin flag (#2935) 2024-04-12 10:39:12 +08:00
oxc_codegen feat(codegen): correctly print type-only imports/exports (#2993) 2024-04-15 18:33:02 +08:00
oxc_diagnostics Release crates v0.12.3 2024-04-11 16:18:17 +08:00
oxc_index Release crates v0.12.3 2024-04-11 16:18:17 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server chore: apply cargo autoinherit (#2826) 2024-03-26 23:57:50 +08:00
oxc_linter feat(linter): Implement plugin-jsdoc/check-property-names (#2989) 2024-04-16 13:55:33 +08:00
oxc_macros feat(napi/parser): remove experimental flexbuffer api (#2957) 2024-04-13 14:59:31 +08:00
oxc_minifier Make ast types covariant over the allocator lifetime. (#2943) 2024-04-12 18:12:18 +08:00
oxc_module_lexer refactor(ast): add walk_mut functions (#2776) 2024-03-25 20:40:13 +03:30
oxc_parser chore: fix internal doc warnings 2024-04-13 15:59:24 +08:00
oxc_prettier chore: fix internal doc warnings 2024-04-13 15:59:24 +08:00
oxc_semantic feat(semantic/jsdoc): Handle optional type syntax for type name part (#2960) 2024-04-15 10:18:39 +08:00
oxc_sourcemap Release crates v0.12.3 2024-04-11 16:18:17 +08:00
oxc_span Release crates v0.12.3 2024-04-11 16:18:17 +08:00
oxc_syntax Release crates v0.12.3 2024-04-11 16:18:17 +08:00
oxc_transformer fix(transformer/typescript): modifiers should not be removed (#3005) 2024-04-16 10:33:13 +00:00
oxc_wasm feat(transformer): add filename (#2941) 2024-04-11 18:43:51 +08:00