Skip to content

Interface: RolldownError

Extends

Properties

binding?

  • Type: string
  • Optional

Inherited from

RolldownLog.binding


cause?

  • Type: unknown
  • Optional

Inherited from

RolldownLog.cause


code?

  • Type: string
  • Optional

The log code for this log object.

Example

ts
'PLUGIN_ERROR'

Inherited from

RolldownLog.code


exporter?

  • Type: string
  • Optional

Inherited from

RolldownLog.exporter


frame?

  • Type: string
  • Optional

Inherited from

RolldownLog.frame


hook?

  • Type: string
  • Optional

Inherited from

RolldownLog.hook


id?

  • Type: string
  • Optional

Inherited from

RolldownLog.id


ids?

  • Type: string[]
  • Optional

Inherited from

RolldownLog.ids


loc?

  • Type: object with the properties below
  • Optional

column

  • Type: number

file?

  • Type: string
  • Optional

line

  • Type: number

Inherited from

RolldownLog.loc


message

  • Type: string

The message for this log object.

Example

ts
'The "transform" hook used by the output plugin "rolldown-plugin-foo" is a build time hook and will not be run for that plugin. Either this plugin cannot be used as an output plugin, or it should have an option to configure it as an output plugin.'

Inherited from

RolldownLog.message


meta?

  • Type: any
  • Optional

Inherited from

RolldownLog.meta


name?

  • Type: string
  • Optional

names?

  • Type: string[]
  • Optional

Inherited from

RolldownLog.names


plugin?

  • Type: string
  • Optional

Inherited from

RolldownLog.plugin


pluginCode?

  • Type: unknown
  • Optional

Inherited from

RolldownLog.pluginCode


pos?

  • Type: number
  • Optional

Inherited from

RolldownLog.pos


reexporter?

  • Type: string
  • Optional

Inherited from

RolldownLog.reexporter


stack?

  • Type: string
  • Optional

Overrides

RolldownLog.stack


url?

  • Type: string
  • Optional

Inherited from

RolldownLog.url


watchFiles?

  • Type: string[]
  • Optional
HTTPS · rolldown.rs
← Home