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
Are there any plans on implementing a way to handle multiple nested protocols. Right now on my app I'm using the glob and require handlers and looking for a way to merge those two without having to create a custom requireGlob handler. Looking into something like this:
{
"files": "require:glob:/myDir/**/*.json"
}
Where the output from the glob handler is then sent into the require. This doesn't have to be the final syntax, it could also be something like:
{
"files": "glob:/myDir/**/*.json | require"
}
Looking for opinions, I could add the change if we agree on adding something like this. Not really looking into this exact scenario but more into the functionality of having multiple nested protocols.
The text was updated successfully, but these errors were encountered:
Are there any plans on implementing a way to handle multiple nested protocols. Right now on my app I'm using the
glob
andrequire
handlers and looking for a way to merge those two without having to create a customrequireGlob
handler. Looking into something like this:Where the output from the glob handler is then sent into the require. This doesn't have to be the final syntax, it could also be something like:
Looking for opinions, I could add the change if we agree on adding something like this. Not really looking into this exact scenario but more into the functionality of having multiple nested protocols.
The text was updated successfully, but these errors were encountered: