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
BTW, I was looking at getFunctionParams and it is matching on \w+ which would include invalid identifiers. Not sure if it really matters, probably not.
Should we add some identifier related helpers?
It might be nice to have identifier matcher and validator helpers. Not sure how often they are needed.
E.g.
https://github.com/sindresorhus/identifier-regex
https://github.com/sindresorhus/is-identifier
BTW, I was looking at
getFunctionParams
and it is matching on\w+
which would include invalid identifiers. Not sure if it really matters, probably not.The text was updated successfully, but these errors were encountered: