swc/crates/swc_ecma_transforms_module
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
..
src fix(es/module): Fix handling of continuous assignments in systemjs (#7741) 2023-08-03 02:43:17 +00:00
tests fix(es/module): Fix handling of continuous assignments in systemjs (#7741) 2023-08-03 02:43:17 +00:00
Cargo.toml chore: Publish crates 2023-07-31 04:12:06 +00:00