Skip to content

Interface: RolldownLog

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:8

Extended by

Properties

binding?

ts
optional binding: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:9


cause?

ts
optional cause: unknown;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:10


code?

ts
optional code: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:15

The log code for this log object.

Example

ts
'PLUGIN_ERROR'

exporter?

ts
optional exporter: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:16


frame?

ts
optional frame: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:17


hook?

ts
optional hook: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:18


id?

ts
optional id: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:19


ids?

ts
optional ids: string[];

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:20


loc?

ts
optional loc: object;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:21

column

ts
column: number

file?

ts
optional file: string;

line

ts
line: number

message

ts
message: string

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:30

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.'

meta?

ts
optional meta: any;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:31


names?

ts
optional names: string[];

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:32


plugin?

ts
optional plugin: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:33


pluginCode?

ts
optional pluginCode: unknown;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:34


pos?

ts
optional pos: number;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:35


reexporter?

ts
optional reexporter: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:36


stack?

ts
optional stack: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:37


url?

ts
optional url: string;

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/logging-wIy4zY9I.d.mts:38

Released under the MIT License.