ezolenko / rollup-plugin-typescript2

Rollup plugin for typescript with compiler errors.
MIT License
822 stars 71 forks source link

fix: don't error out while catching a `buildStart` error #422

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

Summary

If an error occurs during the buildStart hook, make sure that the buildEnd hook doesn't hide the error with its own error

Details

Misc Notes

Would be good for a patch release! Especially as this error currently hides actual errors 😕

Eonasdan commented 2 years ago

Hi this is currently causing issues in one of my projects. Could you push this out please?

agilgur5 commented 2 years ago

@Eonasdan this has been released in 0.34.1