# Packages
No description provided by the author
# Functions
NewDocument creates a new JS document.
NewEmptyDocument creates a new empty JSDocument.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LocalImportType represents an import that appears to be a local module e.g import Thing from '../stuff/help.js'.
ModuleImportType represents an import that appears to be located in as a node module.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
DefaultJSDocument is a struct that implements the JSDocument interface this struct can be used as an output for JSDocument parsing.
FunctionDefinition is a light-weight struct to define JS function definition.
ImportDependency represents an entire import path within a javascript file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
JSDocument is an interface that describes the behavior of a JSDocument.
No description provided by the author
No description provided by the author
# Type aliases
ImportType represents a javascript import type.
No description provided by the author
No description provided by the author
JSToken is some tokens found in javascript used to tokenize js statements.
No description provided by the author