Skip to content

Commit

Permalink
Add JSX test (invalid)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Feb 13, 2024
1 parent d3d852b commit 950a377
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let x: typeof import("foo.json", <ImportOptionBagJSX type="json"/>)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"plugins": [
"typescript",
"jsx",
"importAttributes"
],
"throws": "Unexpected token, expected \"jsxTagEnd\" (1:65)"
}

0 comments on commit 950a377

Please sign in to comment.