Skip to content

Interface: PartialResolvedId

Defined in: plugin/index.ts:77

Extends

Properties

external?

  • Type: optional external: boolean | "absolute" | "relative"
Defined in: plugin/index.ts:78

id

  • Type: id: string
Defined in: plugin/index.ts:79

invalidate?

  • Type: optional invalidate: boolean | null
Defined in: plugin/index.ts:66

Inherited from

ModuleOptions.invalidate


meta?

Defined in: plugin/index.ts:63

Inherited from

ModuleOptions.meta


moduleSideEffects?

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

Inherited from

ModuleOptions.moduleSideEffects


packageJsonPath?

  • Type: optional packageJsonPath: string | null
Defined in: plugin/index.ts:67

Inherited from

ModuleOptions.packageJsonPath

Released under the MIT License.