swc/crates
2021-12-11 17:01:12 +09:00
..
ast_node chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
enum_kind chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
from_variant chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
jsdoc chore: Publish crates 2021-12-07 14:34:44 +09:00
node refactor(visit): Remove &dyn Node from Visit (#2984) 2021-12-07 14:34:16 +09:00
rplugin chore: Publish crates 2021-12-07 14:34:44 +09:00
rplugin_macros chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
string_enum chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc fix(es/codegen): Fix sourcemap (#3003) 2021-12-10 19:57:39 +09:00
swc_atoms chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_bundler chore: Publish crates 2021-12-07 18:03:14 +09:00
swc_common chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_css chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_css_ast chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_css_codegen fix(css): Fix stylis (#2987) 2021-12-07 21:04:54 +09:00
swc_css_codegen_macros chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_css_minifier chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_css_parser fix(css/parser): Fix lexing of value starting with - (#3011) 2021-12-11 16:23:02 +09:00
swc_css_utils chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_css_visit chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_ecma_ast refactor(es/ast): Move Id to swc_ecma_ast (#3004) 2021-12-10 23:36:43 +09:00
swc_ecma_codegen fix(es/codegen): Fix sourcemap (#3003) 2021-12-10 19:57:39 +09:00
swc_ecma_codegen_macros chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_ecma_dep_graph chore: Publish crates 2021-12-11 13:58:49 +09:00
swc_ecma_ext_transforms chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_ecma_loader chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_ecma_minifier chore: Publish crates 2021-12-07 18:03:14 +09:00
swc_ecma_parser chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_ecma_plugin_ast chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_ecma_preset_env chore: Publish crates 2021-12-07 15:15:08 +09:00
swc_ecma_transforms Bump version 2021-12-11 17:01:12 +09:00
swc_ecma_transforms_base chore: Publish crates 2021-12-10 19:36:51 +09:00
swc_ecma_transforms_classes chore: Publish crates 2021-12-07 15:15:08 +09:00
swc_ecma_transforms_compat Bump version 2021-12-11 17:01:12 +09:00
swc_ecma_transforms_macros chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_ecma_transforms_module Bump version 2021-12-11 17:01:12 +09:00
swc_ecma_transforms_optimization Bump version 2021-12-11 17:01:12 +09:00
swc_ecma_transforms_proposal Bump version 2021-12-11 17:01:12 +09:00
swc_ecma_transforms_react Bump version 2021-12-11 17:01:12 +09:00
swc_ecma_transforms_testing Bump version 2021-12-11 17:01:12 +09:00
swc_ecma_transforms_typescript Bump version 2021-12-11 17:01:12 +09:00
swc_ecma_utils refactor(es/ast): Move Id to swc_ecma_ast (#3004) 2021-12-10 23:36:43 +09:00
swc_ecma_visit chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_ecmascript chore: Publish crates 2021-12-07 18:03:14 +09:00
swc_eq_ignore_macros chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_estree_ast chore: Publish crates 2021-12-08 19:54:05 +09:00
swc_estree_compat chore: Publish crates 2021-12-08 19:54:05 +09:00
swc_fast_graph chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_graph_analyzer chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_macros_common chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_node_base chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_node_bundler fix(es/typescript): Run resolver before typescript::strip (#2951) 2021-12-04 02:35:16 +00:00
swc_node_comments chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_plugin chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_plugin_build chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_plugin_js_api chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_plugin_runner chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_plugin_testing chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_stylis fix(css): Fix stylis (#2987) 2021-12-07 21:04:54 +09:00
swc_timer chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_visit chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_visit_macros chore: Publish crates 2021-12-07 14:34:44 +09:00
swc_webpack_ast Bump version 2021-12-11 17:01:12 +09:00
testing chore: Publish crates 2021-12-07 14:34:44 +09:00
testing_macros chore: Make rust-analyzer faster (#2962) 2021-12-03 23:14:33 +09:00
wasm fix(es/codegen): Fix sourcemap (#3003) 2021-12-10 19:57:39 +09:00