oxc/crates
2024-07-02 02:12:15 +00:00
..
oxc Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_allocator Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_ast fix(semantic): resolve reference incorrectly when a parameter references a parameter that hasn't been defined yet (#4004) 2024-07-02 02:12:15 +00:00
oxc_ast_macros Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_cfg Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_codegen fix(codegen): print TSFunctionType inside TSTypeAssertion (#3999) 2024-07-01 14:44:35 +00:00
oxc_diagnostics Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_index Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_isolated_declarations Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +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 chore(deps): update rust crate dashmap to v6 (#3987) 2024-07-01 11:25:09 +08:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_module_lexer Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_parser refactor(parser): use function instead of trait to parse normal lists (#4003) 2024-07-01 15:57:36 +00:00
oxc_prettier feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
oxc_semantic fix(semantic): resolve reference incorrectly when a parameter references a parameter that hasn't been defined yet (#4004) 2024-07-02 02:12:15 +00:00
oxc_sourcemap Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_span Release crates v0.16.2 (#3983) 2024-06-30 19:59:15 +08:00
oxc_syntax fix(semantic): resolve reference incorrectly when a parameter references a parameter that hasn't been defined yet (#4004) 2024-07-02 02:12:15 +00:00
oxc_transformer fix(transformer/typescript): declare class incorrectly preserved as runtime class (#3997) 2024-07-01 16:04:40 +00:00
oxc_traverse refactor(ast): reorder fields to reflect their visit order. (#3994) 2024-07-01 16:10:19 +00:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00