Skip to content

Interface: RollupError

Defined in: log/logging.ts:33

Extends

Properties

binding?

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

Inherited from

RollupLog.binding


cause?

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

Inherited from

RollupLog.cause


code?

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

Inherited from

RollupLog.code


exporter?

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

Inherited from

RollupLog.exporter


frame?

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

Inherited from

RollupLog.frame


hook?

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

Inherited from

RollupLog.hook


id?

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

Inherited from

RollupLog.id


ids?

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

Inherited from

RollupLog.ids


loc?

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

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:19

Inherited from

RollupLog.message


meta?

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

Inherited from

RollupLog.meta


name?

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

names?

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

Inherited from

RollupLog.names


plugin?

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

Inherited from

RollupLog.plugin


pluginCode?

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

Inherited from

RollupLog.pluginCode


pos?

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

Inherited from

RollupLog.pos


reexporter?

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

Inherited from

RollupLog.reexporter


stack?

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

Overrides

RollupLog.stack


url?

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

Inherited from

RollupLog.url


watchFiles?

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

Released under the MIT License.