()
| 693 | throw new Error("invalid package target"); |
| 694 | } |
| 695 | throwModuleNotFoundError() { |
| 696 | throw new Error("module not found"); |
| 697 | } |
| 698 | throwPackageNotFoundError() { |
| 699 | throw new Error("package not found"); |
| 700 | } |
no outgoing calls
no test coverage detected