DIR: /var/www/negocios.lapieza.do/node_modules/@babel/types/lib/comments/ |
Current File : /var/www/negocios.lapieza.do/node_modules/@babel/types/lib/comments/removeComments.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = removeComments; var _index = require("../constants/index.js"); function removeComments(node) { _index.COMMENT_KEYS.forEach(key => { node[key] = null; }); return node; } //# sourceMappingURL=removeComments.js.map |