Skip to content

Interface: PluginContextMeta

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:1761

Extends

  • PluginContextMetaExtension

Properties

rolldownVersion

ts
rolldownVersion: string

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:1771

The currently running version of Rolldown.

Example

ts
;`'1.0.0'`

rollupVersion

ts
rollupVersion: string

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:1766

A property for Rollup compatibility. A dummy value is set by Rolldown.

Example

ts
;`'4.23.0'`

viteVersion

ts
viteVersion: string

Defined in: node_modules/.pnpm/vite@8.0.0-beta.10_@types+node@25.0.10_jiti@2.6.1_yaml@2.8.2/node_modules/vite/dist/node/index.d.ts:2699


watchMode

ts
watchMode: boolean

Defined in: node_modules/.pnpm/rolldown@1.0.0-rc.1/node_modules/rolldown/dist/shared/define-config-DO4TBkJV.d.mts:1776

Whether Rolldown was started via rolldown.watch() or from the command line with --watch.

Released under the MIT License.