From fec34d8069517be195193cd3578e7988d39fd0e1 Mon Sep 17 00:00:00 2001 From: await-ovo <13152410380@163.com> Date: Wed, 2 Aug 2023 07:20:08 +0800 Subject: fix(ext/node): fix import json using npm specifier (#19723) --- cli/module_loader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/module_loader.rs') diff --git a/cli/module_loader.rs b/cli/module_loader.rs index 6f1a23761..b47e2efee 100644 --- a/cli/module_loader.rs +++ b/cli/module_loader.rs @@ -786,7 +786,7 @@ impl NpmModuleLoader { permissions, )? } else { - // esm code is untouched + // esm and json code is untouched code }; Ok(ModuleCodeSource { -- cgit v1.2.3