Crate deno_graph[][src]

Modules

Structs

An implementation of AstParser that stores the parsed ASTs.

The default implementation of AstParser used by this crate.

Enums

Traits

Parses modules.

A parsed module with comments.

Functions

Create a module graph, based on loading and recursively analyzing the dependencies of the module, returning the resulting graph.

Parse an individual module, returning the module as a result, otherwise erroring with a module graph error.

Parse an individual module from an AST, returning the module.

Type Definitions