Skip to content

Commit 45f59b3

Browse files
committed
feat: convert to TypeScript
``` pnpm i -g jsdoc2flow @khanacademy/flow-to-ts jsdoc2flow -i .\lib --overwrite flow-to-ts .\lib\*.js --prettier --write --delete-source mv ./lib ./src ```
1 parent 27c406c commit 45f59b3

File tree

10 files changed

+1234
-1021
lines changed

10 files changed

+1234
-1021
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ pids
88
*.seed
99
.tmp
1010

11+
# typescript output
12+
lib/
13+
1114
# Directory for instrumented libs generated by jscoverage/JSCover
1215
lib-cov
1316

lib/createSfx.js

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)