jaredwray/cacheable

Update TypeScript compilation target years

Delapouite opened this issue · 2 comments

Hello

While debugging an application and stepping through the statements I found that some the cache packages are using TypeScript __adwaiter runtime helpers, which are quite old and not needed anymore on modern JS runtimes.

Here's a recap:

What about synchronizing all the packages to the same version, preferably a fairly recent one like ES2021 or ES2022?

Thanks.

@Delapouite - thanks and we have merged the update moving to ES2022. This should be released today.