Skip to content

Interface: ModuleInfo

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:14

Extends

Properties

code

ts
code: string | null

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:24

The source code of the module.

null if external or not yet available.


dynamicallyImportedIds

ts
dynamicallyImportedIds: string[];

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:44

The module ids dynamically imported by this module.


dynamicImporters

ts
dynamicImporters: string[];

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:36

The ids of all modules that dynamically import this module.


exports

ts
exports: string[];

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:48

All exported variables


id

ts
id: string

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:28

The id of the module for convenience


importedIds

ts
importedIds: string[];

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:40

The module ids statically imported by this module.


importers

ts
importers: string[];

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:32

The ids of all modules that statically import this module.


invalidate?

ts
optional invalidate: boolean;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:2349

Inherited from

ModuleOptions.invalidate


isEntry

ts
isEntry: boolean

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:52

Whether this module is a user- or plugin-defined entry point.


meta

ts
meta: CustomPluginOptions

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:2348

See Custom module meta-data section for more details.

Inherited from

ModuleOptions.meta


moduleSideEffects

ts
moduleSideEffects: ModuleSideEffects

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:2346

Inherited from

ModuleOptions.moduleSideEffects


packageJsonPath?

ts
optional packageJsonPath: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:2350

Inherited from

ModuleOptions.packageJsonPath

Released under the MIT License.