Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
```ps1 pnpm i -g decaffeinate cd src decaffeinate --use-js-modules --use-cs2 --optional-chaining --loose ./ decaffeinate --modernize-js ./ cmd /c 'rename *.js *.ts' rm -r -Force ./*.coffee cd .. pnpm format ```
- Loading branch information