🚧
Still under progress. Soon will be finished.
Description
A JS Module represents all the declarations/imports/exports defined inside a file
Properties
| Name | Type | Description |
|---|---|---|
| sourcePath | |
The source path of the file relative to the working directory |
| outputPath | |
The output path of the file relative to the working directory |
| declarations | |
All the declarations exported from the file |
| imports | |
All the imports |
| exports | |
All the exports |
| jsDoc | |
Module JSDoc |