DIR: /proc/self/cwd/node_modules/@babel/types/lib/clone/ |
Current File : //proc/self/cwd/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = cloneWithoutLoc; var _cloneNode = require("./cloneNode.js"); function cloneWithoutLoc(node) { return (0, _cloneNode.default)(node, false, true); } //# sourceMappingURL=cloneWithoutLoc.js.map |