Interface: PluginContextMeta
Defined in: plugin/minimal-plugin-context.ts:27
Properties
rolldownVersion
- Type:
string
Defined in: plugin/minimal-plugin-context.ts:37
The currently running version of Rolldown.
Example
ts
`'1.0.0'`rollupVersion
- Type:
string
Defined in: plugin/minimal-plugin-context.ts:32
A property for Rollup compatibility. A dummy value is set by Rolldown.
Example
ts
`'4.23.0'`watchMode
- Type:
boolean
Defined in: plugin/minimal-plugin-context.ts:42
Whether Rolldown was started via rolldown.watch() or from the command line with --watch.