mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
This is one point where Babel and TSESLint diverge. For linter purposes TSESLint structure makes more sense and that the reason of https://github.com/typescript-eslint/typescript-eslint/issues/4130 The remaining `is_export` was creating redundant information and made prettier (and the WIP oxc/prettier) print the AST of `export import X = Y` as `export export import X = Y`. |
||
|---|---|---|
| .. | ||
| oxc | ||
| oxc_allocator | ||
| oxc_ast | ||
| oxc_cli | ||
| oxc_codegen | ||
| oxc_diagnostics | ||
| oxc_index | ||
| oxc_js_regex | ||
| oxc_language_server | ||
| oxc_linter | ||
| oxc_macros | ||
| oxc_minifier | ||
| oxc_module_lexer | ||
| oxc_parser | ||
| oxc_prettier | ||
| oxc_semantic | ||
| oxc_span | ||
| oxc_syntax | ||
| oxc_transformer | ||
| oxc_wasm | ||