Skip to content

Interface: RenderedModule

Properties

code

  • Type: string | null

The rendered code of this module.

The unused variables and functions are removed.


renderedExports

  • Type: string[]

The list of exported names from this module.

The names that are not used are not included.


renderedLength

  • Type: number

The length of the rendered code of this module.