/var/www/greso.tech/server/nsm/node_modules/@babel/parser/lib/parse-error
NameSizeModeActions
credentials.js12080644editdlrm
credentials.js.map35340644editdlrm
module-errors.js5770644editdlrm
module-errors.js.map9340644editdlrm
pipeline-operator-errors.js21540644editdlrm
pipeline-operator-errors.js.map38010644editdlrm
standard-errors.js148060644editdlrm
standard-errors.js.map270480644editdlrm
strict-mode-errors.js7690644editdlrm
strict-mode-errors.js.map20230644editdlrm
to-node-description.js13220644editdlrm
to-node-description.js.map30760644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/@babel/parser/lib/parse-error/to-node-description.js (1322B)
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const NodeDescriptions = { ArrayPattern: "array destructuring pattern", AssignmentExpression: "assignment expression", AssignmentPattern: "assignment expression", ArrowFunctionExpression: "arrow function expression", ConditionalExpression: "conditional expression", CatchClause: "catch clause", ForOfStatement: "for-of statement", ForInStatement: "for-in statement", ForStatement: "for-loop", FormalParameters: "function parameter list", Identifier: "identifier", ImportSpecifier: "import specifier", ImportDefaultSpecifier: "import default specifier", ImportNamespaceSpecifier: "import namespace specifier", ObjectPattern: "object destructuring pattern", ParenthesizedExpression: "parenthesized expression", RestElement: "rest element", UpdateExpression: { true: "prefix operation", false: "postfix operation" }, VariableDeclarator: "variable declaration", YieldExpression: "yield expression" }; const toNodeDescription = ({ type, prefix }) => type === "UpdateExpression" ? NodeDescriptions.UpdateExpression[String(prefix)] : NodeDescriptions[type]; var _default = toNodeDescription; exports.default = _default; //# sourceMappingURL=to-node-description.js.map