ezolenko / rollup-plugin-typescript2

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

clean: remove `ConsoleContext` entirely by using `buildStart` #414

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

Summary

Remove ConsoleContext (and the need for it) by using the buildStart hook instead of the options hook

Details