swc/crates
Donny/강동윤 f052a65bf3
fix(es/compat): Preserve constructor parameters (#2975)
swc_ecma_visit:
 - Add cargo feature `debug`.
 - Add more context for `tracing` when `debug` is enabled.

swc_ecma_utils:
 - Add some logging.

swc_ecma_transforms_compat:
 - Add some logging.
 - `destructuring`: Don't drop patterns. (Closes #2139)

testing:
 - Enable logging by default.
 - Configure logging for `Tester`.
2021-12-06 20:08:50 +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-05 17:34:04 +09:00
node feat(plugin): Enable plugin support under experimental flag (#2894) 2021-11-28 17:02:14 +09:00
rplugin chore: Publish v1.2.115 2021-12-01 14:20:52 +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/compat): Preserve constructor parameters (#2975) 2021-12-06 20:08:50 +09:00
swc_atoms chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_bundler chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_common chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_css chore: Publish crates 2021-12-02 03:33:26 +09:00
swc_css_ast chore: Publish crates 2021-12-02 03:33:26 +09:00
swc_css_codegen chore: Publish crates 2021-12-02 03:33:26 +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-02 03:33:26 +09:00
swc_css_parser chore: Publish crates 2021-12-02 03:33:26 +09:00
swc_css_utils chore: Publish crates 2021-12-02 03:33:26 +09:00
swc_css_visit chore: Publish crates 2021-12-02 03:33:26 +09:00
swc_ecma_ast chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_ecma_codegen chore: Publish crates 2021-12-05 17:34:04 +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-05 17:34:04 +09:00
swc_ecma_ext_transforms chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_loader chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_ecma_minifier feat(es/minifier): Print more informantion on infinite loops (#2976) 2021-12-06 19:47:02 +09:00
swc_ecma_parser chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_plugin_ast chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_preset_env chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_transforms chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_transforms_base chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_transforms_classes chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_transforms_compat fix(es/compat): Preserve constructor parameters (#2975) 2021-12-06 20:08:50 +09:00
swc_ecma_transforms_macros chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_ecma_transforms_module chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_transforms_optimization chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_transforms_proposal fix(es/compat): Preserve constructor parameters (#2975) 2021-12-06 20:08:50 +09:00
swc_ecma_transforms_react chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_transforms_testing chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_transforms_typescript chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_ecma_utils fix(es/compat): Preserve constructor parameters (#2975) 2021-12-06 20:08:50 +09:00
swc_ecma_visit fix(es/compat): Preserve constructor parameters (#2975) 2021-12-06 20:08:50 +09:00
swc_ecmascript chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_eq_ignore_macros chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_estree_ast fix(estree): Fix serialization of ObjectMethod (#2961) 2021-12-03 23:14:12 +09:00
swc_estree_compat chore: Publish crates 2021-12-05 17:34:04 +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 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 babel crates (#2835) 2021-11-22 21:41:03 +09:00
swc_plugin chore: Publish crates 2021-12-05 17:34:04 +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-05 17:34:04 +09:00
swc_plugin_runner chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_plugin_testing chore: Publish crates 2021-12-05 17:34:04 +09:00
swc_stylis chore: Publish crates 2021-12-02 03:33:26 +09:00
swc_timer chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_visit chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_visit_macros chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
swc_webpack_ast chore: Publish crates 2021-12-05 17:34:04 +09:00
testing fix(es/compat): Preserve constructor parameters (#2975) 2021-12-06 20:08:50 +09:00
testing_macros chore: Make rust-analyzer faster (#2962) 2021-12-03 23:14:33 +09:00
wasm fix(es/parser): Drop outdated options (#2974) 2021-12-05 17:33:34 +09:00