From 88b24261ba467c20d4ef90224b07c19a71398f0f Mon Sep 17 00:00:00 2001 From: Matt Dumler Date: Mon, 18 May 2020 14:53:25 -0500 Subject: adjust docs (#5598) --- docs/runtime/compiler_apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/runtime/compiler_apis.md') diff --git a/docs/runtime/compiler_apis.md b/docs/runtime/compiler_apis.md index 32a5e36a2..ebb14f6b3 100644 --- a/docs/runtime/compiler_apis.md +++ b/docs/runtime/compiler_apis.md @@ -19,7 +19,7 @@ fully qualified module name, and the value is the text source of the module. If not attempt to resolve them outside of Deno. If `sources` are not provided, Deno will resolve modules as if the root module had been passed on the command line. Deno will also cache any of these resources. All resolved resources are treated -as dynamic imports and require read or net permissions depending if they're +as dynamic imports and require read or net permissions depending on if they're local or remote. The `options` argument is a set of options of type `Deno.CompilerOptions`, which is a subset of the TypeScript compiler options containing the ones supported by Deno. -- cgit v1.2.3