- Preparing search index...
- The search index is not available
minee
Constructors
constructor
- new Module(path: string, repository: Repository, code: string, stats: { size: number }, commit: string): Module
-
Parameters
-
path: string
-
-
code: string
-
stats: { size: number }
-
commit: string
Properties
ast
ast: ParseResult<File>
dependencies
dependencies
: undefined | Module[]
stats
stats: { size: number }
Methods
checkForCircularImports
- checkForCircularImports(): void
-
Returns void
dependencyTree
- dependencyTree(options?: { pretty: undefined | boolean }): DependencyTree
-
Parameters
-
options: { pretty: undefined | boolean } = {}
-
pretty: undefined | boolean
loadDependencies
- loadDependencies(loaded??: { [k: string]: Module }): Promise<Module[]>
-
Parameters
-
Optional
loaded: { [k: string]: Module } = {}
Returns Promise<Module[]>
parseDependencies
- parseDependencies(): string[]
-
Returns string[]
parseLicense
- parseLicense(): string
-
Returns string
A Module represents a single Earth Engine source code file.