diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-12-16 10:45:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-16 21:45:41 +1100 |
| commit | 9ffc7edc23444be8bdcc1befd3709b309780e3d1 (patch) | |
| tree | 551a223016816b92a5f8cf57949c331bf087a960 /cli/tests/testdata/jsx | |
| parent | e28fb70aeecf548d150312c30f7f32b60c4fdece (diff) | |
refactor(cli): use GraphData for check and emit (#12960)
Diffstat (limited to 'cli/tests/testdata/jsx')
| -rw-r--r-- | cli/tests/testdata/jsx/deno-jsx-error.jsonc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/jsx/deno-jsx-error.jsonc b/cli/tests/testdata/jsx/deno-jsx-error.jsonc new file mode 100644 index 000000000..37cb4dd91 --- /dev/null +++ b/cli/tests/testdata/jsx/deno-jsx-error.jsonc @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "jsx": "react-jsx", + "jsxImportSource": "./nonexistent" + } +} |
