From 7a7e0748e3ad6d178f5a351bbb5c8ed896f7f833 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 3 Jul 2023 18:36:35 -0400 Subject: feat: upgrade to TypeScript 5.1.6 (#19695) Integrates https://github.com/denoland/TypeScript/pull/7 --- cli/tests/testdata/run/check_js_points_to_ts/test.js.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata') 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] -- cgit v1.2.3