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
fix: when installed typescript version contains 0 it would cause error to be thrown "Expected version to be parsed" (#399)
I was using this transformer with the rollup typescript plugin but
noticed when the installed typescript version is "5.0.4" an error is
thrown "Expected version to be parsed".
I believe this is caused by checking the installed version to see if
they are undefined by number 0 is also considered to be falsy in
javascript causing this check to fail despite having typescript
installed correctly
0 commit comments