PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/metro-resolver/src/errors
Просмотр файла: FailedToResolveNameError.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true,
});
exports.default = void 0;
class FailedToResolveNameError extends Error {
constructor(dirPaths, extraPaths) {
const displayDirPaths = dirPaths.concat(extraPaths);
const hint = displayDirPaths.length ? " or in these directories:" : "";
super(
`Module does not exist in the Haste module map${hint}\n` +
displayDirPaths.map((dirPath) => ` ${dirPath}`).join("\n") +
"\n",
);
this.dirPaths = dirPaths;
this.extraPaths = extraPaths;
}
}
exports.default = FailedToResolveNameError;
Выполнить команду
Для локальной разработки. Не используйте в интернете!