Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rollup/rollup
/ normalizePluginOption
Function
normalizePluginOption
src/utils/options/options.ts:254–254 ·
view source on GitHub ↗
(plugins: any)
Source
from the content-addressed store, hash-verified
252
(plugins: OutputPluginOption): Promise<OutputPlugin[]>;
253
(plugins: unknown): Promise<any[]>;
254
} =
async
(plugins: any) => (
await
asyncFlatten([plugins])).filter(Boolean);
Callers
7
addPluginsFromCommandOption
Function · 0.90
mergeOptions
Function · 0.90
mergeOutputOptions
Function · 0.90
normalizeInputOptions
Function · 0.90
normalizeOutputOptions
Function · 0.90
getProcessedInputOptions
Function · 0.90
getOutputOptionsAndPluginDriver
Function · 0.90
Calls
1
asyncFlatten
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…