Skip to content

Commit

Permalink
chore(parser): add ts test
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-go committed Jun 23, 2021
1 parent ad901de commit 0f0b17e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
async(x?)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sourceType": "module",
"plugins": [
"typescript"
],
"throws": "Unexpected token (1:8)"
}

0 comments on commit 0f0b17e

Please sign in to comment.