Skip to content

Commit 703c3b8

Browse files
magic-akaribvanjoi
authored andcommitted
fix(ts/fast-dts): Correctly emit Symbol-keyed accessors in declarations (#10508)
**Related issue:** - Closes: #10507
1 parent a8a2ac1 commit 703c3b8

File tree

7 files changed

+105
-100
lines changed

7 files changed

+105
-100
lines changed

crates/swc_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ ecma_plugin_transform = [
196196
]
197197

198198
# Use `stacker` to avoid stack overflow.
199-
stacker = ["swc_common/stacker"]
199+
stacker = ["swc_ecma_parser/stacker", "swc_common/stacker"]
200200

201201

202202
typescript = ["swc_typescript"]

0 commit comments

Comments
 (0)