grammyjs / auto-retry

A transformer function for retrying requests.
https://grammy.dev/plugins/auto-retry
MIT License
7 stars 2 forks source link

chore: refactor to Deno project #15

Closed KnorpelSenf closed 6 months ago

KnorpelSenf commented 6 months ago

This is sort of a Node project that works on Deno using esm.sh. That is not in line with the rest of the ecosystem, and it hinders us from building good tooling around this plugin.

This PQ refactors this project to be a Deno-first project.

roziscoding commented 6 months ago

WDYT about using dnt for this instead of deno2node in preparation for the migration to @grammyjs/build?

KnorpelSenf commented 6 months ago

WDYT about using dnt for this instead of deno2node in preparation for the migration to @grammyjs/build?

There are no plans to move to dnt.