diff options
Diffstat (limited to 'cli/tools/standalone.rs')
-rw-r--r-- | cli/tools/standalone.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tools/standalone.rs b/cli/tools/standalone.rs index 72f30aae9..20e691341 100644 --- a/cli/tools/standalone.rs +++ b/cli/tools/standalone.rs @@ -52,8 +52,6 @@ pub async fn compile( // at the moment, we don't support npm specifiers in deno_compile, so show an error error_for_any_npm_specifier(&graph)?; - graph.valid()?; - let parser = ps.parsed_source_cache.as_capturing_parser(); let eszip = eszip::EszipV2::from_graph(graph, &parser, Default::default())?; |