Skip to content

Interface: RollupError

Defined in: log/logging.ts:37

Extends

Properties

binding?

  • Type: optional binding: string
Defined in: log/logging.ts:9

Inherited from

RollupLog.binding


cause?

  • Type: optional cause: unknown
Defined in: log/logging.ts:10

Inherited from

RollupLog.cause


code?

  • Type: optional code: string
Defined in: log/logging.ts:11

Inherited from

RollupLog.code


exporter?

  • Type: optional exporter: string
Defined in: log/logging.ts:12

Inherited from

RollupLog.exporter


frame?

  • Type: optional frame: string
Defined in: log/logging.ts:13

Inherited from

RollupLog.frame


hook?

  • Type: optional hook: string
Defined in: log/logging.ts:14

Inherited from

RollupLog.hook


id?

  • Type: optional id: string
Defined in: log/logging.ts:15

Inherited from

RollupLog.id


ids?

  • Type: optional ids: string[]
Defined in: log/logging.ts:16

Inherited from

RollupLog.ids


loc?

  • Type: optional loc: object
Defined in: log/logging.ts:17

column

  • Type: column: number

file?

  • Type: optional file: string

line

  • Type: line: number

Inherited from

RollupLog.loc


message

  • Type: message: string
Defined in: log/logging.ts:22

Inherited from

RollupLog.message


meta?

  • Type: optional meta: any
Defined in: log/logging.ts:23

Inherited from

RollupLog.meta


name?

  • Type: optional name: string
Defined in: log/logging.ts:38

names?

  • Type: optional names: string[]
Defined in: log/logging.ts:24

Inherited from

RollupLog.names


plugin?

  • Type: optional plugin: string
Defined in: log/logging.ts:25

Inherited from

RollupLog.plugin


pluginCode?

  • Type: optional pluginCode: unknown
Defined in: log/logging.ts:26

Inherited from

RollupLog.pluginCode


pos?

  • Type: optional pos: number
Defined in: log/logging.ts:27

Inherited from

RollupLog.pos


reexporter?

  • Type: optional reexporter: string
Defined in: log/logging.ts:28

Inherited from

RollupLog.reexporter


stack?

  • Type: optional stack: string
Defined in: log/logging.ts:39

Overrides

RollupLog.stack


url?

  • Type: optional url: string
Defined in: log/logging.ts:30

Inherited from

RollupLog.url


watchFiles?

  • Type: optional watchFiles: string[]
Defined in: log/logging.ts:40

Released under the MIT License.