ezolenko / rollup-plugin-typescript2

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

refactor(cache): simplify creating / using the `cache` var #415

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

~NOTE: this is built on top of #414 as it uses the buildStart changes made there. As such, I've marked this PR as "Draft" until #414 is merged.~ Rebased on top and marked as ready for review.

Summary

Use the buildStart hook added in #414 to simplify cache() to cache

Details