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
Range.test() and Comparator.test() would throw if passed an invalid
SemVer string. It's better in those cases to just treat it as not a
match. (This is what npm does internally when using those functions,
wrapping in a try/catch.)
0 commit comments