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-cs2 --optional-chaining --loose ./
decaffeinate --modernize-js ./
rm -r -Force ./*.coffee
cd ..
pnpm format
```
  • Loading branch information
aminya committed Jul 23, 2021
1 parent 195d6b6 commit 767a4ab
Show file tree
Hide file tree
Showing 84 changed files with 5,894 additions and 4,544 deletions.
261 changes: 0 additions & 261 deletions src/apm-cli.coffee

This file was deleted.

Loading

0 comments on commit 767a4ab

Please sign in to comment.