MCPcopy
hub / github.com/rollup/rollup / shimMissingExport

Method shimMissingExport

src/Module.ts:1456–1459  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1454 }
1455
1456 private shimMissingExport(name: string): void {
1457 this.options.onLog(LOGLEVEL_WARN, logShimmedExport(this.id, name));
1458 this.exportDescriptions.set(name, MISSING_EXPORT_SHIM_DESCRIPTION);
1459 }
1460
1461 private tryParse() {
1462 try {

Callers 1

Calls 2

logShimmedExportFunction · 0.90
setMethod · 0.65

Tested by

no test coverage detected