Sha256: 20f7ab806aa98ef31cf338854c25cf35c1451f278a20761c559f8ebe3f2cd878
Contents?: true
Size: 278 Bytes
Versions: 69
Compression:
Stored size: 278 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = removeComments; var _constants = require("../constants"); function removeComments(node) { _constants.COMMENT_KEYS.forEach(key => { node[key] = null; }); return node; }
Version data entries
69 entries across 61 versions & 12 rubygems