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
From the output you will notice that parse dashed options (filter-module and pattern-string) are valid, while the camel case options(filterModule & patternString) are incorrect.
When providing an objects via object path options, to a dashed-option name, the generated camel-case option is not generated correctly.
From the output you will notice that parse dashed options (
filter-module
andpattern-string
) are valid, while the camel case options(filterModule
&patternString
) are incorrect.Expected Behaviour
Actual Behaviour
You can reproduce it via this repl.it
The text was updated successfully, but these errors were encountered: