()
| 684 | // https://nodejs.org/api/esm.html#resolution-algorithm-specification |
| 685 | |
| 686 | throwInvalidModuleSpecifierError() { |
| 687 | throw new Error("invalid module specifier"); |
| 688 | } |
| 689 | throwInvalidPackageConfigurationError() { |
| 690 | throw new Error("invalid package configuration"); |
| 691 | } |
no outgoing calls
no test coverage detected