Options
All
  • Public
  • Public/Protected
  • All
Menu

Loader's context

Type parameters

  • T = Record<string, unknown>

    type of loader's options

Hierarchy

  • LoaderContext

Index

Properties

Readonly assets

assets: Map<string, Uint8Array>

Assets to emit

Readonly deps

deps: Set<string>

Files to watch

Readonly id

id: string

Resource path

Readonly options

options: T

Loader's options

default

{}

Readonly plugin

plugin: PluginContext

Readonly sourceMap

sourceMap: false | ({ inline: boolean } & SourceMapOptions)

Readonly warn

warn: (warning: string | RollupWarning, pos?: number | {}) => void

Type declaration

    • (warning: string | RollupWarning, pos?: number | {}): void

Generated using TypeDoc