DIR: /var/www/negocios.lapieza.do/node_modules/@babel/types/lib/converters/ |
Current File : /var/www/negocios.lapieza.do/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = toBindingIdentifierName; var _toIdentifier = require("./toIdentifier.js"); function toBindingIdentifierName(name) { name = (0, _toIdentifier.default)(name); if (name === "eval" || name === "arguments") name = "_" + name; return name; } //# sourceMappingURL=toBindingIdentifierName.js.map |