()
| 699 | throw new Error("package not found"); |
| 700 | } |
| 701 | throwPackagePathNotExportedError() { |
| 702 | throw new Error("package path not exported!"); |
| 703 | } |
| 704 | throwUnsupportedModuleFormat(format) { |
| 705 | throw new Error(`unsupported module format: ${format}`); |
| 706 | } |
no outgoing calls
no test coverage detected