diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-20 11:31:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 11:31:33 -0400 |
commit | 87f80ff6be5e2a132b583a9c380fff5db3cb2b07 (patch) | |
tree | b2c43c9004b9ada204f3b5db7c221fa6322f026a /cli/standalone.rs | |
parent | 1ffbd561642d05a05e18ada764d50581dea779ef (diff) |
feat(unstable): initial support for npm specifiers (#15484)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/standalone.rs')
-rw-r--r-- | cli/standalone.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/standalone.rs b/cli/standalone.rs index 4072e5eb7..147a1a57e 100644 --- a/cli/standalone.rs +++ b/cli/standalone.rs @@ -297,6 +297,7 @@ pub async fn run( maybe_inspector_server: None, should_break_on_first_statement: false, module_loader, + npm_resolver: None, // not currently supported get_error_class_fn: Some(&get_error_class_name), origin_storage_dir: None, blob_store, |