Interface: RolldownLog
Defined in: log/logging.ts:8
Extended by
Properties
binding?
- Type:
string - Optional
Defined in: log/logging.ts:9
cause?
- Type:
unknown - Optional
Defined in: log/logging.ts:10
code?
- Type:
string - Optional
Defined in: log/logging.ts:15
The log code for this log object.
Example
ts
'PLUGIN_ERROR'exporter?
- Type:
string - Optional
Defined in: log/logging.ts:16
frame?
- Type:
string - Optional
Defined in: log/logging.ts:17
hook?
- Type:
string - Optional
Defined in: log/logging.ts:18
id?
- Type:
string - Optional
Defined in: log/logging.ts:19
ids?
- Type:
string[] - Optional
Defined in: log/logging.ts:20
loc?
- Type: object with the properties below
- Optional
Defined in: log/logging.ts:21
column
- Type:
number
file?
- Type:
string - Optional
line
- Type:
number
message
- Type:
string
Defined in: log/logging.ts: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?
- Type:
any - Optional
Defined in: log/logging.ts:31
names?
- Type:
string[] - Optional
Defined in: log/logging.ts:32
plugin?
- Type:
string - Optional
Defined in: log/logging.ts:33
pluginCode?
- Type:
unknown - Optional
Defined in: log/logging.ts:34
pos?
- Type:
number - Optional
Defined in: log/logging.ts:35
reexporter?
- Type:
string - Optional
Defined in: log/logging.ts:36
stack?
- Type:
string - Optional
Defined in: log/logging.ts:37
url?
- Type:
string - Optional
Defined in: log/logging.ts:38