oxc/crates
Boshen 5845057bff refactor(transformer): pass in symbols and scopes (#3978)
This PR adds a new method `build_with_symbols_and_scopes` to make semantic building optional, there may be prior steps that has the semantic data already built.
2024-06-30 06:33:48 +00:00
..
oxc Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_allocator Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_ast chore(ast): move TSType to the right place 2024-06-30 13:57:51 +08:00
oxc_ast_macros Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_cfg Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_codegen Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_diagnostics Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_index Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_isolated_declarations Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +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 Revert "perf(semantic): use Atom<'a> for References" (#3974) 2024-06-29 15:55:04 +00:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier Revert "perf(semantic): use Atom<'a> for References" (#3974) 2024-06-29 15:55:04 +00:00
oxc_module_lexer Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_parser feat(parser): parse modifiers with parse_modifiers (take 2) (#3977) 2024-06-30 03:46:34 +00:00
oxc_prettier refactor(parser): improve parsing of TypeScript types (#3903) 2024-06-26 05:58:16 +00:00
oxc_semantic perf(semantic): only check for jsdoc if jsdoc building is enabled 2024-06-30 13:58:06 +08:00
oxc_sourcemap Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_span Release crates v0.16.1 (#3968) 2024-06-29 16:53:09 +08:00
oxc_syntax perf(syntax): use NonZeroU32 for SymbolId and ReferenceId (#3970) 2024-06-29 17:29:02 +08:00
oxc_transformer refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00
oxc_traverse refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00