oxc/crates
camchenry 608d637e4d perf(linter): use aho-corasick instead of regex for string matching in jsx-a11y/img-redundant-alt (#5892)
hypothesis: profiling shows that Regex creation takes a decent amount of time. the `regex` crate uses `aho-corasick` internally for string matching, which is all we need in some cases. in theory, we could save time by using the lib directly and not needing the full regex syntax.
2024-09-19 22:40:01 +00:00
..
oxc feat(semantic): add SemanticBuilder::with_excess_capacity (#5762) 2024-09-14 15:02:16 +00:00
oxc_allocator release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_ast feat(ast): revert #[non_exhaustive] change (#5885) 2024-09-19 13:33:23 +00:00
oxc_ast_macros refactor(ast): move functions to top level in ast macro (#5793) 2024-09-16 04:10:31 +00:00
oxc_cfg release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_codegen fix(codegen): fix spacing of for await (x of y) (#5890) 2024-09-19 15:15:28 +00:00
oxc_diagnostics docs(diagnostics): fully document oxc_diagnostics (#5865) 2024-09-19 01:43:08 +00:00
oxc_index release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_isolated_declarations feat(isolated_declarations): add stripInternal (#5878) 2024-09-19 23:14:47 +08:00
oxc_language_server
oxc_linter perf(linter): use aho-corasick instead of regex for string matching in jsx-a11y/img-redundant-alt (#5892) 2024-09-19 22:40:01 +00:00
oxc_macros perf(linter): move shared context info to ContextHost (#5795) 2024-09-16 04:22:07 +00:00
oxc_mangler release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_minifier release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_module_lexer release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_parser feat(codegen): print jsdoc comments that are attached to statements and class elements (#5845) 2024-09-18 07:58:22 +00:00
oxc_prettier feat(prettier): start supporting tsx syntax (#5866) 2024-09-19 09:40:07 +08:00
oxc_regular_expression release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_semantic feat(transformer): sync Program::source_type after transform (#5887) 2024-09-19 14:41:07 +00:00
oxc_sourcemap release(crates): v0.29.0 (#5763) 2024-09-13 21:43:23 +08:00
oxc_span feat(transformer): sync Program::source_type after transform (#5887) 2024-09-19 14:41:07 +00:00
oxc_syntax docs(semantic): document AstNode and AstNodes (#5872) 2024-09-19 03:22:29 +00:00
oxc_transformer docs(transformer): React: convert docs to standard format (#5891) 2024-09-19 16:39:45 +00:00
oxc_traverse feat(traverse): generate_uid_name method (#5839) 2024-09-18 02:23:36 +00:00
oxc_wasm feat(oxc_wasm): add verbse option to debug_dot (#5879) 2024-09-19 06:13:03 +00:00