🚧 Still under progress. Soon will be finished.

Module

INTERFACE code

Description

A JS Module represents all the declarations/imports/exports defined inside a file

Properties

Name Type Description
sourcePath string

The source path of the file relative to the working directory

outputPath string

The output path of the file relative to the working directory

declarations Declaration[]

All the declarations exported from the file

imports Import[]

All the imports

exports Export[]

All the exports

jsDoc CommentPart[]

Module JSDoc