0.3.0 • Published 4 years ago

delcommentplugin v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

DELCOMMENTPLUGIN

删除注释的插件

下载

$ npm install delcommentplugin

使用

const DelCommentPlugin = require('delcommentplugin');
const content = `
  /* math add function */
  function add(num1, num2) {
    return num1 + num2;
  }
`;
const delCommentPlugin = new DelCommentPlugin(content);
const withoutComment = delCommentPlugin.apply();
0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago