oxc/crates
overlookmotel c7316856db
refactor(parser): reduce work parsing regexps (#1999)
#1926 produced a small performance regression because when parsing a
regexp, some work is repeated.
2024-01-12 11:36:30 +08:00
..
oxc refactor(formatter,linter,codegen): remove oxc_formatter (#1968) 2024-01-10 06:41:20 +00:00
oxc_allocator feat(allocator): add From API (#1908) 2024-01-06 12:45:27 +08:00
oxc_ast feat(ast): visit TSModuleReference (#1998) 2024-01-11 23:29:29 +08:00
oxc_cli feat(linter): add support for same rule name but different plugin names (#1992) 2024-01-11 18:05:05 +08:00
oxc_codegen refactor(formatter,linter,codegen): remove oxc_formatter (#1968) 2024-01-10 06:41:20 +00:00
oxc_diagnostics fix(diagnostics): always print without considering the --max-warnings option (#1996) 2024-01-11 20:41:06 +08:00
oxc_index feat(playground): visualize symbol (#1886) 2024-01-04 15:36:31 +08:00
oxc_js_regex Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
oxc_language_server chore: remove DSL based linter plugin (#1985) 2024-01-11 04:54:39 +00:00
oxc_linter feat(linter): eslint-plugin-jest: no-test-return-statement (#1979) 2024-01-11 23:01:52 +08:00
oxc_macros feat(linter): add a perf category (#1625) 2023-12-04 17:31:34 +08:00
oxc_minifier chore: upgrade rustc toolchain to stable 1.75.0 (#1853) 2023-12-29 12:20:51 +08:00
oxc_parser refactor(parser): reduce work parsing regexps (#1999) 2024-01-12 11:36:30 +08:00
oxc_prettier feat(linter): no-irregular-whitespace rule (#1835) 2023-12-31 12:05:38 +08:00
oxc_semantic feat(transform): support es2015 new target (#1967) 2024-01-10 23:59:56 +08:00
oxc_span Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_syntax feat(semantic): allow reserved keyword defined in ts module block (#1907) 2024-01-06 12:56:27 +08:00
oxc_transformer feat(transformer): support for transform TSImportEqualsDeclaration (#1994) 2024-01-11 23:24:28 +08:00
oxc_type_synthesis
oxc_wasm chore: remove DSL based linter plugin (#1985) 2024-01-11 04:54:39 +00:00