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