katex types seemingly not cacheable
Closed this issue · 2 comments
harrysolovay commented
I've tried using this lib in both a plain Deno script and in a Deno Fresh project. In every run / watch-triggered reload, I see the following re-download: https://esm.sh/v113/@types/katex@0.1 6.0/dist/katex.mjs~.d.ts
. Life could be worse... it takes barely 5 seconds. Still, would be good to look into this dep / enabling its caching.
lino-levan commented
@hashrock can you reproduce? I am unable to. I think denoland/deno#19392 fixed this.
marvinhagemeister commented
I think this can be closed. I ran into this a couple of times with older deno versions but I don't see this anymore since denoland/deno#19392 landed.