Skip to content

Commit

Permalink
feat: convert apm to typescript
Browse files Browse the repository at this point in the history
```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
aminya committed Jul 23, 2021
1 parent 195d6b6 commit c0125d2
Show file tree
Hide file tree
Showing 84 changed files with 5,816 additions and 4,544 deletions.
261 changes: 0 additions & 261 deletions src/apm-cli.coffee

This file was deleted.

Loading

0 comments on commit c0125d2

Please sign in to comment.