From e66d3c2c2e287879a757e12943a6d240981cb9e8 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 14 Sep 2023 13:51:28 -0400 Subject: refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functionality (#20504) https://github.com/denoland/deno/pull/20488 enables us to remove this functionality. This is better because our test suite is now not testing a separate code path. --- cli/tests/testdata/check/jsx_not_checked/main.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests/testdata/check') diff --git a/cli/tests/testdata/check/jsx_not_checked/main.out b/cli/tests/testdata/check/jsx_not_checked/main.out index a4e1c60e4..82c1c2358 100644 --- a/cli/tests/testdata/check/jsx_not_checked/main.out +++ b/cli/tests/testdata/check/jsx_not_checked/main.out @@ -1,9 +1,11 @@ +[UNORDERED_START] Download http://localhost:4545/npm/registry/react Download http://localhost:4545/npm/registry/loose-envify Download http://localhost:4545/npm/registry/js-tokens Download http://localhost:4545/npm/registry/react/react-18.2.0.tgz Download http://localhost:4545/npm/registry/loose-envify/loose-envify-1.4.0.tgz Download http://localhost:4545/npm/registry/js-tokens/js-tokens-4.0.0.tgz +[UNORDERED_END] Check file:///[WILDCARD]/jsx_not_checked/main.jsx error: TS2345 [ERROR]: Argument of type 'string' is not assignable to parameter of type 'number'. console.log(add("1", "2")); -- cgit v1.2.3