Closed sigmaSd closed 1 year ago
But I don't get the whole switching the modifier position part , it seems to cause subtle issues like https://github.com/hayd/deno-udd/issues/88 https://github.com/hayd/deno-udd/issues/58
Tilde and caret parsing seems incomplete though https://github.com/hayd/deno-udd/blob/master/semver.ts#L38 that probably need to be fixed for this pr to work reliably
std semver has https://deno.land/std@0.166.0/semver/mod.ts?s=satisfies which should handle this
closed in favor of https://github.com/hayd/deno-udd/pull/102
Fix https://github.com/hayd/deno-udd/issues/96
I personally would expect that
~6.6.0
becomes~6.6.6
(tilde) remain, but I saw that there are tests in the codebase that expect the modifier stripped.