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

Method throwPackagePathNotExportedError

tools/mcpack.js:701–703  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

699 throw new Error("package not found");
700 }
701 throwPackagePathNotExportedError() {
702 throw new Error("package path not exported!");
703 }
704 throwUnsupportedModuleFormat(format) {
705 throw new Error(`unsupported module format: ${format}`);
706 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected