Preview: PackageImportNotResolvedError.js
Size: 434 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/metro-resolver/src/errors/PackageImportNotResolvedError.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true,
});
exports.default = void 0;
class PackageImportNotResolvedError extends Error {
constructor(opts) {
super(
`The path for ${opts.importSpecifier} could not be resolved.\nReason: ` +
opts.reason
);
this.importSpecifier = opts.importSpecifier;
this.reason = opts.reason;
}
}
exports.default = PackageImportNotResolvedError;
Directory Contents
Dirs: 0 × Files: 16