oxc/crates
rzvxa 3e78f9852f feat(cfg): add depth first search with hash sets. (#3771)
petgraph allocates a chunk of memory for all of the graph for its dfs which is really costly for small subgraph sreachs.
This PR adds a new `set_depth_first_search` function which uses a `FxHashSet` instead.
2024-06-20 01:27:03 +00:00
..
oxc feat(oxc): export isolated-declarations (#3765) 2024-06-19 12:54:02 +00:00
oxc_allocator Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_ast feat(ast): add TSType::TSIntrinsicKeyword to is_keyword (#3775) 2024-06-19 16:00:57 +00:00
oxc_ast_macros Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_cfg feat(cfg): add depth first search with hash sets. (#3771) 2024-06-20 01:27:03 +00:00
oxc_codegen feat(ast,parser): add intrinsic keyword (#3767) 2024-06-19 14:52:05 +00:00
oxc_diagnostics Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_index Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_isolated_declarations feat(isolated-declarations): support inferring ParenthesizedExpression (#3769) 2024-06-19 15:43:21 +00: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 fix(linter): false positives with setters in the getter-return rule. (#3714) 2024-06-19 14:45:06 +00:00
oxc_macros refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
oxc_minifier Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_module_lexer Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_parser feat(ast,parser): add intrinsic keyword (#3767) 2024-06-19 14:52:05 +00:00
oxc_prettier feat(ast,parser): add intrinsic keyword (#3767) 2024-06-19 14:52:05 +00:00
oxc_semantic chore(semantic): regenerate snapshot (#3757) 2024-06-19 09:28:31 +00:00
oxc_sourcemap Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_span Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_syntax Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_transformer refactor(transformer): remove needless pub on TS enum transform methods (#3774) 2024-06-19 15:51:04 +00:00
oxc_traverse feat(ast,parser): add intrinsic keyword (#3767) 2024-06-19 14:52:05 +00:00
oxc_wasm refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00