Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/deno_graphThe module graph logic for Deno CLI.
default
A JavaScript/TypeScript interface to the Deno CLI's module graph logic.
T
CacheSetting
No documentation available
f
createGraph
Create a module graph using the same algorithms that are used in the Deno CLI, resolving with the module graph for further processing.
I
f
init
Instantiates the Wasm module used within deno_graph.
E
MediaType
No documentation available
f
parseModule
Parse a module based on the supplied information and return its analyzed representation. If an error is encountered when parsing, the function will throw.
I
f
load
A Deno specific loader function that can be passed to the
createModuleGraph
which will use Deno.readTextFile
for local files, or
use fetch()
for remote modules.
f
withResolvingRedirects
No documentation available
I
I
I
T
LoadResponse
No documentation available
I
I
I
I
ModuleGraphJson
The plain-object representation of a module graph that is suitable for serialization to JSON.
I
T
ModuleKind
The kind of module.
I
I
I
I