Skip to content

Commit

Permalink
Add a test for swc-project#3715
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 24, 2022
1 parent c2b1e71 commit 74b51ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions crates/swc/tests/fixture/issue-3715/1/input/.swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": false,
"dynamicImport": false
}
},
"sourceMaps": true
}
1 change: 1 addition & 0 deletions crates/swc/tests/fixture/issue-3715/1/input/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a() /* IMPORTANT_DO_NOT_REMOVE */;

0 comments on commit 74b51ee

Please sign in to comment.