swc/crates/swc_ecma_transforms_module/tests
thy486 f713f6aba8
fix(es/module): Fix handling of continuous assignments in systemjs (#7741)
**Description:**

Fix transpile the continuous assignment code like `d.a = d.b = d.c = d.d = ... = void 0;` to SystemJS may cause Infinite loop.

**Related issue:**

 - Closes #7143.
2023-08-03 02:43:17 +00:00
..
fixture fix(es/module): Add "use strict" while preserving directives (#7537) 2023-06-16 06:44:28 +00:00
fixture-manual/issue-4730 fix(es/modules): Fix jsc.paths (#6454) 2022-11-16 04:51:59 +00:00
paths test(es/modules): Add a test for unreproducible issue (#7655) 2023-07-13 04:34:22 +00:00
amd.rs feat(es/testing): Add an option to test sourcemap (#6079) 2022-10-07 05:52:22 +00:00
common_js.rs feat(es/testing): Add an option to test sourcemap (#6079) 2022-10-07 05:52:22 +00:00
path_node.rs fix(es/modules): Support jsc.baseUrl without jsc.paths (#7302) 2023-04-20 07:33:29 +00:00
system_js.rs fix(es/module): Fix handling of continuous assignments in systemjs (#7741) 2023-08-03 02:43:17 +00:00
umd.rs feat(es/testing): Add an option to test sourcemap (#6079) 2022-10-07 05:52:22 +00:00