-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I was making some tests here and figured out that wildcards * only work in tail position.
Currently we have to do something like this:
[
'err.options.auth.password',
'options.auth.password',
'auth.password'
]
It would be very nice if we could do something as:
*.password: objects containing password key in the first level.
err.*.password: objects containing err key in the first level and password key on the third.
**.password: objects containing password key in any level (possible performance hit)
batjko, peterpod-c1, xuo, tmarciszewski, leaumar and 1 more
Metadata
Metadata
Assignees
Labels
No labels