ezolenko / rollup-plugin-typescript2

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

fix(cache): default `clean: true` when necessary, add `extraCacheKeys` option #420

Open oscard0m opened 2 years ago

oscard0m commented 2 years ago

Summary

Context

Fixes #228


Questions

unless the user provided the extraCacheKeys option, we then leave everything up to the user

I believe the only two are sourceMapCallback and transformers

oscard0m commented 2 years ago

Applied more changes to the draft.

Now it's not clear to me which part of the code (and how) the extraCacheKeys should be treated.