Ben

Results 9 comments of Ben

Is there a build-in method that checks for the `-19` part ? If there is a `-19` returns invalid

Sorry, I mistyped. I was meant to say `includePrerelease: false`

Is there perhaps another way to identify an prerelease using semver ?

Something similar I guess. But mainly looking for if i can accomplish these conditions with one function: `1.2.0-20` or `^1.2.0-20` fail (any version that supports pre release would fail) `>=1.2.20`...

Oh ! thank you so much!

After some manual testing, i am getting this on `codegen`, but it does build. Unsure if it a desired output. If you are able to point me to a direction....

> > After some manual testing, i am getting this on `codegen`, but it does build. Unsure if it a desired output. If you are able to point me to...

> Does this modify output of generated code? or just the ability to read the files via `fs`? Currently its doing both, for the ability to read files via `fs`...

@Zetazzz @pyramation any updates on this for any further changes i should make for this PR ?