MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / throwInvalidModuleSpecifierError

Method throwInvalidModuleSpecifierError

tools/mcpack.js:686–688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers 5

parseModuleMethod · 0.80
ESM_RESOLVEMethod · 0.80
PACKAGE_RESOLVEMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected