()
| 696 | throw new Error("module not found"); |
| 697 | } |
| 698 | throwPackageNotFoundError() { |
| 699 | throw new Error("package not found"); |
| 700 | } |
| 701 | throwPackagePathNotExportedError() { |
| 702 | throw new Error("package path not exported!"); |
| 703 | } |
no outgoing calls
no test coverage detected