MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / throwInvalidPackageConfigurationError

Method throwInvalidPackageConfigurationError

tools/mcpack.js:689–691  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected