file-set:将路径和glob表达式的列表扩展为三组

时间:2024-05-25 15:33:05
【文件属性】:

文件名称:file-set:将路径和glob表达式的列表扩展为三组

文件大小:30KB

文件格式:ZIP

更新时间:2024-05-25 15:33:05

JavaScript

文件集 将路径和全局表达式的列表扩展为三组:“文件”,“目录”和“不存在”。 输出中的每个集合都是唯一路径的列表。 用法 展开两个全局表达式( '*'和'not/existing/*' )。 const FileSet = require ( 'file-set' ) const fileSet = new FileSet ( [ '*' , 'not/existing/*' ] ) console . log ( fileSet ) 输出已组织成组。 FileSet { files: [ 'LICENSE', 'package.json', 'README.md' ], dirs: [ 'jsdoc2md/', 'lib/', 'node_modules/', 'test/' ], notExisting: [ 'not/existing/*' ] } 原料药 文件集


【文件预览】:
file-set-master
----.travis.yml(55B)
----index.js(2KB)
----package.json(616B)
----test()
--------fixture()
--------test.js(2KB)
----LICENSE(1KB)
----package-lock.json(99KB)
----.gitignore(8B)
----README.hbs(2KB)
----README.md(3KB)

网友评论