🚧
Still under progress. Soon will be finished.
Description
Reflects a simplified version of the TypeScript Abstract Syntax Tree from a project (a collection of TypeScript or JavaScript files)
Signature
parseFromProject(options: Partial<AnalyserOptions>): Promise<AnalyserResult>
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| options | Partial<AnalyserOptions> |
{} |
Options to configure the analyzer |
Returns
Promise<AnalyserResult>:
The reflected TypeScript AST