文件名称:transform-filter
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-10 14:40:31
JavaScript
变换过滤器 使用 glob 模式过滤转换。 安装 npm install transform-filter 用法 暂停您的怀疑,并假装没有过滤文件本身: var filterCoffee = filterTransform ( coffeeify , { include : [ '**/*.coffee' ] , // only run transform on matching files exclude : [ '**/subdir/**' ] , // because you don't want coffee files in `subdir` processed for some reason. base : '/' // glob patterns matched relative to this `base` (defau
【文件预览】:
transform-filter-master
----index.js(725B)
----package.json(947B)
----Releasing.md(115B)
----test()
--------test.js(4KB)
----Readme.md(2KB)
----.gitignore(68B)