MCPcopy
hub / github.com/rollup/rollup / Options

Interface Options

test/typescript/index.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3// Plugin API
4interface Options {
5 extensions?: string | string[];
6}
7
8const plugin: rollup.PluginImpl<Options> = (options = {}) => {
9 const _extensions = options.extensions || ['.js'];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…