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

Method throwUnsupportedModuleFormat

tools/mcpack.js:704–706  ·  view source on GitHub ↗
(format)

Source from the content-addressed store, hash-verified

702 throw new Error("package path not exported!");
703 }
704 throwUnsupportedModuleFormat(format) {
705 throw new Error(`unsupported module format: ${format}`);
706 }
707 throwUnsupportedModuleSpecifier() {
708 throw new Error("unsupported module specifier");
709 }

Callers 1

ESM_RESOLVEMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected