MCPcopy Index your code
hub / github.com/rollup/rollup / cacheInfoGetters

Method cacheInfoGetters

src/Module.ts:412–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410 }
411
412 cacheInfoGetters(): void {
413 cacheObjectGetters(this.info, [
414 'dynamicallyImportedIdResolutions',
415 'dynamicallyImportedIds',
416 'dynamicImporters',
417 'exportedBindings',
418 'exports',
419 'hasDefaultExport',
420 'implicitlyLoadedAfterOneOf',
421 'implicitlyLoadedBefore',
422 'importedIdResolutions',
423 'importedIds',
424 'importers'
425 ]);
426 }
427
428 error(properties: RollupError, pos: number | undefined): never {
429 if (pos !== undefined) {

Callers 1

generateModuleGraphMethod · 0.45

Calls 1

cacheObjectGettersFunction · 0.90

Tested by

no test coverage detected