oxc/crates
Boshen 9e06bd7797
feat(linter): remove the --timings feature (#2049)
For a various reasons:

This features bloats the code size.

We have many tools for profiling in Rust (as compared to ESLint where the feature came from),
so a built-in feature is not really needed anymore.

ESLint needed `--timings` because it needs to monitor plugins.
We control all our code so we don't need this.
2024-01-16 14:21:04 +08:00
..
oxc Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_allocator Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_ast feat(ast): visit TSTypeQuery (#2021) 2024-01-14 00:38:18 +08:00
oxc_cli feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_codegen Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_diagnostics Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_index Publish crates v0.5.0 2024-01-12 23:33:47 +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): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_macros feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_minifier Commutative undefined minify (#2003) 2024-01-15 02:51:53 +00:00
oxc_parser refactor(parser): lexer handle unicode without branch (#2039) 2024-01-16 13:14:22 +08:00
oxc_prettier fix(prettier): Correctly print export declaration (#2014) 2024-01-13 21:26:33 +08:00
oxc_semantic feat(transformer/typescript): remove import if only have type reference (#2001) 2024-01-13 08:52:14 +00:00
oxc_span Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_syntax feat(transformer/typescript): remove import if only have type reference (#2001) 2024-01-13 08:52:14 +00:00
oxc_transformer feat(transformer/typescript): remove export specifier that import_kind is type (#2015) 2024-01-13 21:25:59 +08:00
oxc_wasm chore: say good bye to ezno (#2048) 2024-01-16 13:53:54 +08:00