miaow-replace

1.2.0 • Public • Published

miaow-replace

Miaow的字符替换工具

效果示例

/* baz.js */
if (__debug__) {
  console.log('debug');
}
 
/* 处理后 */
if (false) {
  console.log('debug');
}

参数说明

replace

Type:Array Default:[]

要替换的配置列表

每个成员都必须是包含testvalue属性的简单对象. testvalue是用来执行String.prototype.replace方法的两个参数, 具体可选类型可以参考MDN

Readme

Keywords

Package Sidebar

Install

npm i miaow-replace

Weekly Downloads

0

Version

1.2.0

License

MIT

Last publish

Collaborators

  • anhulife