oxc/crates
Yuji Sugiura 1e9f3857ab
refactor(prettier): Verify printing module imports (#8633)
Part of #5068 

- [x] ImportDeclaration
- [x] ImportSpecifier
- [x] ImportDefaultSpecifier
- [x] ImportNamespaceSpecifier
- [x] WithClause
- [x] ImportAttribute
2025-01-23 09:58:44 +08:00
..
oxc release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_allocator refactor(allocator): move Allocator into own module (#8656) 2025-01-22 13:45:32 +00:00
oxc_ast refactor(ast): align #[estree(via)] behavior (#8599) 2025-01-19 20:44:33 +00:00
oxc_ast_macros release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_cfg release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_codegen perf(codegen): do not check for comments if turned off (#8598) 2025-01-19 09:07:24 +00:00
oxc_data_structures release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_diagnostics fix(linter): fix github endColumn output (#8647) 2025-01-22 09:10:40 +08:00
oxc_ecmascript perf(minifier): add LatePeepholeOptimizations (#8651) 2025-01-22 16:19:06 +08:00
oxc_estree release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_isolated_declarations refactor(isolated_declarations, linter, minifier, prettier, semantic, transformer): remove unnecessary ref / ref mut syntax (#8643) 2025-01-21 14:20:07 +00:00
oxc_language_server refactor(isolated_declarations, linter, minifier, prettier, semantic, transformer): remove unnecessary ref / ref mut syntax (#8643) 2025-01-21 14:20:07 +00:00
oxc_linter refactor(isolated_declarations, linter, minifier, prettier, semantic, transformer): remove unnecessary ref / ref mut syntax (#8643) 2025-01-21 14:20:07 +00:00
oxc_macros chore(deps): update rust crates (#8452) 2025-01-15 13:29:46 +00:00
oxc_mangler refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
oxc_minifier refactor(minifier): use NonEmptyStack for function stack (#8661) 2025-01-22 16:04:36 +00:00
oxc_napi release(crates): v0.47.1 (#8593) 2025-01-19 09:44:29 +08:00
oxc_parser docs(lexer): fix doc comment (#8664) 2025-01-22 16:22:32 +00:00
oxc_prettier refactor(prettier): Verify printing module imports (#8633) 2025-01-23 09:58:44 +08:00
oxc_regular_expression refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
oxc_semantic fix(semantic): fix const assertions in UnresolvedReferencesStack (#8653) 2025-01-22 13:13:15 +00:00
oxc_span refactor(span)!: remove PartialEq impl for &Atom (#8642) 2025-01-21 14:20:06 +00:00
oxc_syntax refactor(span): deal only in owned Atoms (#8641) 2025-01-21 14:20:06 +00:00
oxc_transformer refactor(transformer): move create_prototype_member to utils module (#8657) 2025-01-22 15:51:28 +00:00
oxc_traverse refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
oxc_wasm feat(napi/minify): implement napi (#8478) 2025-01-14 08:55:55 +00:00