This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Upgrades Deno 1.5.4 & std 0.79.0
·
271 commits
to master
since this release
- Upgrades Deno to 1.5.4
- Upgrades std to 0.79.0
- Uses explicit
export type
statements for exporting types as required by Deno's use--isolatedModules
TS flag - Fixes linting issues (mostly removing redunant
async
keyword usage)