oxc/crates
overlookmotel 8fa98e03ae refactor(ast): inline trivial functions and shorten code (#4066)
Follow on from #4045. Mark trivial functions related to `Trivias` as `#[inline]` and remove a couple of unnecessary `matches!` macro calls.
2024-07-06 09:56:36 +00:00
..
oxc Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_allocator Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_ast refactor(ast): inline trivial functions and shorten code (#4066) 2024-07-06 09:56:36 +00:00
oxc_ast_macros Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_cfg Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_codegen fix(codegen): missing TypeParameters in TSConstructSignature (#4063) 2024-07-06 13:59:49 +08:00
oxc_diagnostics Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_index Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_isolated_declarations fix(isolated_declarations): correct emit for private static methods (#4064) 2024-07-06 12:30:13 +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 feat(linter): eslint-plugin-jest/consistent-test-it (#4053) 2024-07-06 11:03:14 +08:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier chore(minifier): add dce example 2024-07-05 16:23:51 +08:00
oxc_module_lexer Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_parser Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_prettier feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
oxc_semantic Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_sourcemap Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_span Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_syntax Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_transformer Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_traverse Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
oxc_wasm refactor(transformer): pass in symbols and scopes (#3978) 2024-06-30 06:33:48 +00:00