diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-07-03 18:36:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 00:36:35 +0200 |
commit | 7a7e0748e3ad6d178f5a351bbb5c8ed896f7f833 (patch) | |
tree | de77ac9b14bbec979b6fba456901f99de56fa5d3 /cli/tests/testdata | |
parent | 208e65d33a6eed09404ecb0bc6858ce95c754f81 (diff) |
feat: upgrade to TypeScript 5.1.6 (#19695)
Integrates https://github.com/denoland/TypeScript/pull/7
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/run/check_js_points_to_ts/test.js.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/check_js_points_to_ts/test.js.out b/cli/tests/testdata/run/check_js_points_to_ts/test.js.out index c052a7c3d..67cda9a65 100644 --- a/cli/tests/testdata/run/check_js_points_to_ts/test.js.out +++ b/cli/tests/testdata/run/check_js_points_to_ts/test.js.out @@ -1,4 +1,4 @@ error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'. return 42; - ~~~~~~~~~~ + ~~~~~~ at [WILDCARD] |