Skip to content

Interface: ModuleInfo

Extends

Properties

ast

  • Type: ast: any

Unsupported at rolldown


code

  • Type: code: string | null

dynamicallyImportedIds

  • Type: dynamicallyImportedIds: string[]

dynamicImporters

  • Type: dynamicImporters: string[]

exports

  • Type: exports: string[]

id

  • Type: id: string

importedIds

  • Type: importedIds: string[]

importers

  • Type: importers: string[]

invalidate?

  • Type: optional invalidate: boolean
Defined in: plugin/index.ts:61

Inherited from

ModuleOptions.invalidate


isEntry

  • Type: isEntry: boolean

meta

Defined in: plugin/index.ts:58

Inherited from

ModuleOptions.meta


moduleSideEffects

  • Type: moduleSideEffects: ModuleSideEffects
Defined in: plugin/index.ts:57

Inherited from

ModuleOptions.moduleSideEffects


packageJsonPath?

  • Type: optional packageJsonPath: string
Defined in: plugin/index.ts:62

Inherited from

ModuleOptions.packageJsonPath

Released under the MIT License.