swc/crates
2022-06-08 07:21:17 +00:00
..
ast_node refactor(plugin): Consolidate exported namespaces (#4263) 2022-04-07 04:07:10 +00:00
better_scoped_tls chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +09:00
binding_core_node feat(wasm): Add json error (#4853) 2022-06-01 11:51:24 +09:00
binding_core_wasm chore: Publish v1.2.197 2022-06-06 00:35:37 +09:00
dbg-swc chore: Publish crates 2022-06-06 04:54:19 +09:00
enum_kind refactor(plugin): Consolidate exported namespaces (#4263) 2022-04-07 04:07:10 +00:00
from_variant refactor(plugin): Consolidate exported namespaces (#4263) 2022-04-07 04:07:10 +00:00
jsdoc chore: Publish crates 2022-06-06 04:54:19 +09:00
node_macro_deps chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +09:00
preset_env_base chore: Publish crates 2022-06-08 04:20:54 +00:00
string_enum refactor(plugin): Consolidate exported namespaces (#4263) 2022-04-07 04:07:10 +00:00
swc feat(es/modules/amd): Convert ts import equals to normal AMD import (#4906) 2022-06-08 07:21:17 +00:00
swc_atoms chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +09:00
swc_bundler chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_cached chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +09:00
swc_cli chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_common chore: Publish crates 2022-06-05 14:43:37 +00:00
swc_config chore: Publish crates 2022-05-13 12:31:17 +09:00
swc_config_macro feat(config): Make all configuration overridable (#4575) 2022-05-09 05:38:27 +00:00
swc_css chore: Publish crates 2022-05-11 16:17:07 +00:00
swc_css_ast chore: Publish crates 2022-05-27 06:25:17 +00:00
swc_css_codegen build(repo): Downgrade rustc (#4674) 2022-05-15 19:28:55 +00:00
swc_css_codegen_macros refactor(plugin): Consolidate exported namespaces (#4263) 2022-04-07 04:07:10 +00:00
swc_css_lints chore: Publish crates 2022-05-11 16:17:07 +00:00
swc_css_minifier chore: Publish crates 2022-05-11 16:17:07 +00:00
swc_css_parser feat(wasm): Add json error (#4853) 2022-06-01 11:51:24 +09:00
swc_css_prefixer chore(common): Update rustc (#4828) 2022-05-28 07:07:58 +00:00
swc_css_utils chore: Publish crates 2022-05-11 16:17:07 +00:00
swc_css_visit chore: Publish crates 2022-05-11 16:17:07 +00:00
swc_ecma_ast chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_codegen chore: Publish crates 2022-06-06 05:22:39 +09:00
swc_ecma_codegen_macros chore: Publish crates 2022-06-06 05:22:39 +09:00
swc_ecma_dep_graph chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_ext_transforms chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_lints chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_loader chore: Publish crates 2022-05-23 05:44:50 +00:00
swc_ecma_minifier chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_parser chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_preset_env chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_quote chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_quote_macros chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_testing chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_transforms fix(es/decorators): Fix syntax context of decorated classes (#4905) 2022-06-08 05:00:22 +00:00
swc_ecma_transforms_base chore: Publish crates 2022-06-07 23:45:49 +00:00
swc_ecma_transforms_classes chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_transforms_compat chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_transforms_macros chore: Publish crates 2022-05-26 16:01:22 +00:00
swc_ecma_transforms_module feat(es/modules/amd): Convert ts import equals to normal AMD import (#4906) 2022-06-08 07:21:17 +00:00
swc_ecma_transforms_optimization chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_transforms_proposal fix(es/decorators): Fix syntax context of decorated classes (#4905) 2022-06-08 05:00:22 +00:00
swc_ecma_transforms_react chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_transforms_testing chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecma_transforms_typescript feat(es/modules/amd): Convert ts import equals to normal AMD import (#4906) 2022-06-08 07:21:17 +00:00
swc_ecma_utils chore: Publish crates 2022-06-08 05:03:14 +00:00
swc_ecma_visit chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_ecmascript chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_eq_ignore_macros chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +09:00
swc_error_reporters build(repo): Update rustc (#4667) 2022-05-15 09:03:54 +00:00
swc_estree_ast feat(wasm): Add json error (#4853) 2022-06-01 11:51:24 +09:00
swc_estree_compat chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_fast_graph chore(common): Update rustc (#4828) 2022-05-28 07:07:58 +00:00
swc_graph_analyzer chore: Publish crates 2022-05-11 16:17:07 +00:00
swc_html chore: Publish crates 2022-06-08 03:57:37 +00:00
swc_html_ast chore: Publish crates 2022-06-08 03:57:37 +00:00
swc_html_codegen chore: Publish crates 2022-06-08 03:57:37 +00:00
swc_html_codegen_macros refactor(plugin): Consolidate exported namespaces (#4263) 2022-04-07 04:07:10 +00:00
swc_html_minifier chore: Publish crates 2022-06-08 03:57:37 +00:00
swc_html_parser chore: Publish crates 2022-06-08 03:57:37 +00:00
swc_html_utils feat(html/codegen): Improve entity compression (#4889) 2022-06-07 04:33:33 +00:00
swc_html_visit chore: Publish crates 2022-06-08 03:57:37 +00:00
swc_macros_common feat(config): Make all configuration overridable (#4575) 2022-05-09 05:38:27 +00:00
swc_node_base chore: Publish crates 2022-05-25 14:54:28 +00:00
swc_node_bundler fix(es/codegen): Don't add a newline after an arrow body (#4711) 2022-05-19 07:12:37 +00:00
swc_node_comments chore: Publish crates 2022-05-11 16:17:07 +00:00
swc_nodejs_common chore: Publish crates 2022-05-28 19:05:40 +00:00
swc_plugin chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_plugin_macro chore: Publish crates 2022-04-20 23:15:56 +09:00
swc_plugin_proxy fix(es/resolver): Hoist namespaces (#4902) 2022-06-07 23:42:19 +00:00
swc_plugin_runner chore: Publish crates 2022-06-06 04:54:19 +09:00
swc_plugin_testing chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +09:00
swc_timer chore: Publish crates 2022-05-11 16:17:07 +00:00
swc_trace_macro chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +09:00
swc_visit chore(ci): Fix benchmark action (#4242) 2022-04-04 20:12:03 +09:00
swc_visit_macros refactor(plugin): Consolidate exported namespaces (#4263) 2022-04-07 04:07:10 +00:00
swc_webpack_ast chore: Publish crates 2022-06-06 04:54:19 +09:00
testing chore: Publish crates 2022-05-27 05:37:39 +00:00
testing_macros feat(es/minifier): Enable conditionals by default (#4687) 2022-05-17 07:34:47 +00:00