Skip to content

Interface: RollupLog

Defined in: log/logging.ts:8

Extended by

Properties

binding?

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

cause?

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

code?

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

exporter?

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

frame?

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

hook?

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

id?

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

ids?

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

loc?

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

column

  • Type: column: number

file?

  • Type: optional file: string

line

  • Type: line: number

message

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

meta?

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

names?

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

plugin?

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

pluginCode?

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

pos?

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

reexporter?

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

stack?

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

url?

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

Released under the MIT License.