From 06209f824cf398bcd3332dc37f2d22cbdd840647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 25 Jul 2023 23:43:00 +0200 Subject: perf: cache node resolution when accesing a global (#19930) Reclaims some of the performance hit introduced by https://github.com/denoland/deno/pull/19307. --- cli/tests/testdata/run/with_package_json/npm_binary/main.out | 3 --- 1 file changed, 3 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/testdata/run/with_package_json/npm_binary/main.out b/cli/tests/testdata/run/with_package_json/npm_binary/main.out index 9e8e87bae..56cdae6f9 100644 --- a/cli/tests/testdata/run/with_package_json/npm_binary/main.out +++ b/cli/tests/testdata/run/with_package_json/npm_binary/main.out @@ -1,9 +1,6 @@ [WILDCARD]package.json file found at '[WILDCARD]with_package_json[WILDCARD]npm_binary[WILDCARD]package.json' [WILDCARD] this -[WILDCARD] is -[WILDCARD] a -[WILDCARD] test -- cgit v1.2.3