oxc/crates
mysteryven b257d53151 feat(linter): support report @typescript-eslint/consistent-type-imports (#3895)
This PR only contains the part about report error, adding the fixer part will make the whole PR difficult to review at one time.

There are also some commented cases. One kind of them is `decorator`, as it blocked by #3645, another kind of them is type reference, need to solve #3799 first. I added TODO flags for them.
2024-06-30 13:48:08 +00:00
..
oxc Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_allocator Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_ast feat(linter): support report @typescript-eslint/consistent-type-imports (#3895) 2024-06-30 13:48:08 +00:00
oxc_ast_macros Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_cfg Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_codegen Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_diagnostics Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_index Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_isolated_declarations Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_js_regex chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_language_server refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
oxc_linter feat(linter): support report @typescript-eslint/consistent-type-imports (#3895) 2024-06-30 13:48:08 +00:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_module_lexer Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_parser Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_prettier feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
oxc_semantic Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_sourcemap Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_span Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_syntax Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_transformer Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_traverse Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00