swc/crates
2021-11-29 16:47:27 +09:00
..
ast_node chore: Typo (#2829) 2021-11-22 05:03:41 +09:00
enum_kind refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
from_variant refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
jsdoc fix(es): Move TargetEnv to loader from ast (#2719) 2021-11-11 20:00:46 +09:00
node feat(plugin): Enable plugin support under experimental flag (#2894) 2021-11-28 17:02:14 +09:00
rplugin feat(plugin): Rename Plugin to JsPlugin (#2893) 2021-11-27 22:21:25 +09:00
rplugin_macros refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
string_enum refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
swc fix(swc): Unimplement Default for JsMinifyOptions (#2901) 2021-11-28 18:57:48 +09:00
swc_atoms refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
swc_bundler chore: Allow using #[doc(cfg)] (#2871) 2021-11-25 14:16:18 +09:00
swc_common chore: Document features (#2890) 2021-11-27 16:55:42 +09:00
swc_css chore: Publish crates 2021-11-28 02:04:19 +09:00
swc_css_ast chore: Publish crates 2021-11-28 02:04:19 +09:00
swc_css_codegen chore: Publish crates 2021-11-28 02:04:19 +09:00
swc_css_codegen_macros refactor: Flatten css (#2731) 2021-11-12 19:37:05 +09:00
swc_css_minifier chore: Publish crates 2021-11-28 02:04:19 +09:00
swc_css_parser feat(swc): Implement Default for JsMinifyOptions (#2899) 2021-11-28 10:12:02 +09:00
swc_css_utils chore: Publish crates 2021-11-28 02:04:19 +09:00
swc_css_visit chore: Publish crates 2021-11-28 02:04:19 +09:00
swc_ecma_ast chore: Document features (#2890) 2021-11-27 16:55:42 +09:00
swc_ecma_codegen feat: Enable logging of timings (#2833) 2021-11-22 21:01:08 +09:00
swc_ecma_codegen_macros refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
swc_ecma_dep_graph fix(es/parser): Fix span of named export (#2813) 2021-11-20 15:52:08 +09:00
swc_ecma_ext_transforms chore: Publish crates 2021-11-24 10:08:01 +09:00
swc_ecma_loader chore: Document features (#2890) 2021-11-27 16:55:42 +09:00
swc_ecma_minifier chore: Allow using #[doc(cfg)] (#2871) 2021-11-25 14:16:18 +09:00
swc_ecma_parser chore: Publish crates 2021-11-29 16:47:27 +09:00
swc_ecma_plugin_ast feat(plugin): Rename Plugin to JsPlugin (#2893) 2021-11-27 22:21:25 +09:00
swc_ecma_preset_env chore: Publish crates 2021-11-24 10:08:01 +09:00
swc_ecma_transforms chore: Document features (#2890) 2021-11-27 16:55:42 +09:00
swc_ecma_transforms_base chore: Publish crates 2021-11-24 10:08:01 +09:00
swc_ecma_transforms_classes chore: Publish crates 2021-11-24 10:08:01 +09:00
swc_ecma_transforms_compat chore: Publish crates 2021-11-27 17:51:10 +09:00
swc_ecma_transforms_macros refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
swc_ecma_transforms_module chore: Publish crates 2021-11-28 18:09:28 +09:00
swc_ecma_transforms_optimization chore: Publish crates 2021-11-24 10:08:01 +09:00
swc_ecma_transforms_proposal chore: Publish crates 2021-11-24 10:08:01 +09:00
swc_ecma_transforms_react chore: Publish crates 2021-11-24 10:08:01 +09:00
swc_ecma_transforms_testing feat(webpack): Add ast reducer (#2875) 2021-11-26 15:04:41 +09:00
swc_ecma_transforms_typescript chore: Publish crates 2021-11-24 10:08:01 +09:00
swc_ecma_utils chore: Publish crates 2021-11-27 17:04:26 +09:00
swc_ecma_visit fix(es): Move TargetEnv to loader from ast (#2719) 2021-11-11 20:00:46 +09:00
swc_ecmascript chore: Document features (#2890) 2021-11-27 16:55:42 +09:00
swc_eq_ignore_macros refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
swc_estree_ast feat(es/estree): Allow emitting acorn ast (#2859) 2021-11-25 20:16:46 +09:00
swc_estree_compat fix(swc): Unimplement Default for JsMinifyOptions (#2901) 2021-11-28 18:57:48 +09:00
swc_fast_graph refactor(swc_bundler): Extract logic for analyzing cycles (#2733) 2021-11-12 23:33:32 +09:00
swc_graph_analyzer fix(graph_analyzer): Allow invoking load multiple time (#2823) 2021-11-21 14:55:59 +09:00
swc_macros_common refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
swc_node_base refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
swc_node_bundler feat(swc): Add IsModule (#2601) 2021-11-16 10:31:02 +00:00
swc_node_comments chore: Publish babel crates (#2835) 2021-11-22 21:41:03 +09:00
swc_plugin feat(plugin): Enable plugin support under experimental flag (#2894) 2021-11-28 17:02:14 +09:00
swc_plugin_build refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
swc_plugin_js_api feat(plugin): Rename Plugin to JsPlugin (#2893) 2021-11-27 22:21:25 +09:00
swc_plugin_runner feat(plugin): Enable plugin support under experimental flag (#2894) 2021-11-28 17:02:14 +09:00
swc_plugin_testing feat(plugin): Rename Plugin to JsPlugin (#2893) 2021-11-27 22:21:25 +09:00
swc_stylis chore: Publish crates 2021-11-28 02:04:19 +09:00
swc_timer feat: Enable logging of timings (#2833) 2021-11-22 21:01:08 +09:00
swc_visit refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
swc_visit_macros refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
swc_webpack_ast fix(swc): Unimplement Default for JsMinifyOptions (#2901) 2021-11-28 18:57:48 +09:00
testing feat(es/estree): Allow emitting acorn ast (#2859) 2021-11-25 20:16:46 +09:00
testing_macros feat(es/estree): Allow emitting acorn ast (#2859) 2021-11-25 20:16:46 +09:00
wasm fix(swc): Unimplement Default for JsMinifyOptions (#2901) 2021-11-28 18:57:48 +09:00