Current Path : /home/infinitibizsol/.trash/node_modules.8/@babel/types/lib/comments/ |
Current File : /home/infinitibizsol/.trash/node_modules.8/@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