ayame113 / ts-serve

Transpile TypeScript on the fly and deliver it from your server as ES Modules.
https://deno.land/x/ts_serve
MIT License
40 stars 2 forks source link

caches transpile result #12

Closed ayame113 closed 2 years ago

ayame113 commented 2 years ago

I would like to implement a simple cache keyed by etag.

ayame113 commented 2 years ago

For now, we'll wait for deno deploy's implementation of the Cache API.