Interface: ModuleInfo
Defined in: types/module-info.ts:4
Extends
Properties
ast
- Type: ast:
any
Defined in: types/module-info.ts:8
Unsupported at rolldown
code
- Type: code:
string|null
Defined in: types/module-info.ts:9
dynamicallyImportedIds
- Type: dynamicallyImportedIds:
string[]
Defined in: types/module-info.ts:14
dynamicImporters
- Type: dynamicImporters:
string[]
Defined in: types/module-info.ts:12
exports
- Type: exports:
string[]
Defined in: types/module-info.ts:15
id
- Type: id:
string
Defined in: types/module-info.ts:10
importedIds
- Type: importedIds:
string[]
Defined in: types/module-info.ts:13
importers
- Type: importers:
string[]
Defined in: types/module-info.ts:11
invalidate?
- Type:
optionalinvalidate:boolean
Defined in: plugin/index.ts:61
Inherited from
isEntry
- Type: isEntry:
boolean
Defined in: types/module-info.ts:16
meta
- Type: meta:
CustomPluginOptions
Defined in: plugin/index.ts:58
Inherited from
moduleSideEffects
- Type: moduleSideEffects:
ModuleSideEffects
Defined in: plugin/index.ts:57
Inherited from
ModuleOptions.moduleSideEffects
packageJsonPath?
- Type:
optionalpackageJsonPath:string
Defined in: plugin/index.ts:62