()
| 687 | throw new Error("invalid module specifier"); |
| 688 | } |
| 689 | throwInvalidPackageConfigurationError() { |
| 690 | throw new Error("invalid package configuration"); |
| 691 | } |
| 692 | throwInvalidPackageTargetError() { |
| 693 | throw new Error("invalid package target"); |
| 694 | } |
no outgoing calls
no test coverage detected