diff options
Diffstat (limited to 'tests/testdata/run/js_root_with_ts_check.js.out')
-rw-r--r-- | tests/testdata/run/js_root_with_ts_check.js.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/run/js_root_with_ts_check.js.out b/tests/testdata/run/js_root_with_ts_check.js.out new file mode 100644 index 000000000..34e2fa61e --- /dev/null +++ b/tests/testdata/run/js_root_with_ts_check.js.out @@ -0,0 +1,4 @@ +error: TS2322 [ERROR]: Type 'string' is not assignable to type 'number'. +const a = ""; + ^ + at [WILDCARD] |