You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2018. It is now read-only.
constnested=require('...');constfiles=getAllFilesList();files.forEach(file=>{letisAdded=false;nested(file,()=>isAdded=true,(err,res)=>{if(isAdded){/* provide res */}else{/* provide object with only `path` and `level` fields */}});});
The text was updated successfully, but these errors were encountered:
Now we can get info about files that relate to entity parts. But we don't know anything about other files.
Example:
We could emit about
icon.png
file withFor example such information may be useful for bemhint-fs-naming plugin to warn about such files.
API
We can split
walk
method towalk.files()
andwalk.bemFiles()
.Implementation
I think no need add this logic to schemes.
If release #37 we can run scheme on each file:
The text was updated successfully, but these errors were encountered: