Skip to content

Commit

Permalink
Add a test for swc-project#1227
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 3, 2020
1 parent 51e2863 commit 99aa8ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/fixture/issue-1227/case-1/input/.swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"jsc": {
"target": "es5"
}
}
1 change: 1 addition & 0 deletions tests/fixture/issue-1227/case-1/input/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const foo = "\u{a0}";

0 comments on commit 99aa8ba

Please sign in to comment.