MCPcopy
hub / github.com/rollup/rollup / getConfigImportAttributesKey

Function getConfigImportAttributesKey

cli/run/loadConfigFile.ts:100–103  ·  view source on GitHub ↗
(input: unknown)

Source from the content-addressed store, hash-verified

98}
99
100function getConfigImportAttributesKey(input: unknown): ImportAttributesKey | undefined {
101 if (input === 'assert' || input === 'with') return input;
102 return;
103}
104
105async function loadTranspiledConfigFile(
106 fileName: string,

Callers 1

loadTranspiledConfigFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…