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

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.18.0 test/dummy/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.18.2 test/dummy/node_modules/@babel/types/lib/comments/removeComments.js
trusty-cms-5.0.7 node_modules/@babel/types/lib/comments/removeComments.js
trusty-cms-5.0.6 node_modules/@babel/types/lib/comments/removeComments.js
trusty-cms-5.0.5 node_modules/@babel/types/lib/comments/removeComments.js
trusty-cms-5.0.4 node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.16.1 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.16.1 test/dummy/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.15.2 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.15.2 test/dummy/node_modules/@babel/types/lib/comments/removeComments.js
trusty-cms-5.0.3 node_modules/@babel/types/lib/comments/removeComments.js
trusty-cms-5.0.2 node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.18.4 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.18.4 test/dummy/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.18.1 test/dummy/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.18.1 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@babel/types/lib/comments/removeComments.js
disco_app-0.14.0 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/removeComments.js