diff options
Diffstat (limited to 'cli/tests/testdata/check/exclude_option/exclude_option.ts.error.out')
| -rw-r--r-- | cli/tests/testdata/check/exclude_option/exclude_option.ts.error.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/check/exclude_option/exclude_option.ts.error.out b/cli/tests/testdata/check/exclude_option/exclude_option.ts.error.out new file mode 100644 index 000000000..abd1c1258 --- /dev/null +++ b/cli/tests/testdata/check/exclude_option/exclude_option.ts.error.out @@ -0,0 +1,4 @@ +error: TS2304 [ERROR]: Cannot find name 'nothing'. +export { nothing }; + ~~~~~~~ + at [WILDCARD] |
