ezolenko / rollup-plugin-typescript2

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

clean(cache): remove unused `checkNewCache` parameter #368

Closed agilgur5 closed 2 years ago

agilgur5 commented 2 years ago

Summary

The checkNewCache parameter in RollingCache is always set to true, so remove it to simplify the code

Details