(name: string)
| 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 { |
no test coverage detected