DIR: /proc/self/root/usr/share/node_modules/@babel/types/lib/modifications/ |
Current File : //proc/self/root/usr/share/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = removePropertiesDeep; var _traverseFast = require("../traverse/traverseFast"); var _removeProperties = require("./removeProperties"); function removePropertiesDeep(tree, opts) { (0, _traverseFast.default)(tree, _removeProperties.default, opts); return tree; } //# sourceMappingURL=removePropertiesDeep.js.map |