Replies: 1 comment
-
You are right. We can add it to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking at this code:
swc/crates/swc_ecma_transforms_typescript/src/strip_import_export.rs
Lines 31 to 36 in d8186fb
It seems like that custom code could be removed if
noop_visit_type
skippedTsExprWithTypeArgs
?swc/crates/swc_ecma_visit/src/lib.rs
Line 411 in d8186fb
I believe
TsExprwithTypeArgs
is only used in a class' implements and an interface's extends.I'm probably missing something though.
Beta Was this translation helpful? Give feedback.
All reactions