oxc/crates
overlookmotel 9e148e97a9 refactor(ast): add line breaks (#3860)
Code style nit. Add line breaks between some `impl`s.
2024-06-23 20:22:11 +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 refactor(ast): add line breaks (#3860) 2024-06-23 20:22:11 +00:00
oxc_ast_macros Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
oxc_cfg chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_codegen refactor(ast)!: remove Modifiers from ts nodes (#3846) 2024-06-23 19:44:35 +08: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 chore(isolated-declarations): run integration tests only once 2024-06-24 00:24:16 +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 refactor(ast)!: remove Modifiers from ts nodes (#3846) 2024-06-23 19:44:35 +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: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_module_lexer feat(ast)!: add IdentifierReference to ExportSpecifier (#3820) 2024-06-22 11:43:41 +00:00
oxc_parser refactor(ast): add span field to the BindingPattern type. (#3855) 2024-06-23 16:00:40 +00:00
oxc_prettier refactor(ast)!: replace Modifiers with declare and abstract on Class (#3841) 2024-06-23 10:34:53 +00:00
oxc_semantic refactor: clean up some usages of with_labels (#3854) 2024-06-23 15:24:37 +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 fix(semantic): export default foo should have ExportLocalName::Default(NameSpan) entry (#3823) 2024-06-22 11:09:23 +00:00
oxc_transformer chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_traverse chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08: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