Unfortunately, the next branch moved again since my last cut. I recommend someone perform the following steps in a new fork
1: Utilize my
tsconfig.json
src folder
.gitignore
.prettierrc
2: rename the current lib and cli directories as backups (building of typescript overwrites the lib folder)
3: With regards to package.json
Merge dependencies/devDependencies and scripts, copy the updated bin,main,types and lint-staged nodes.
4: Update the typescript src and update it to support the latest commit (which I am missing)
If necessary I can do all this but I am about to fly to NY for more interviews so I can't guarantee timeliness. This probably makes sense to do anyway as I realize this PR is not perfect anyway - JSDocs are incomplete at best, tests/code coverage needs updating.
Attempt #2 at TypeScript (in the next branch)
Unfortunately, the
next
branch moved again since my last cut. I recommend someone perform the following steps in a new fork1: Utilize my
tsconfig.json
src
folder .gitignore .prettierrc2: rename the current
lib
andcli
directories as backups (building of typescript overwrites the lib folder)3: With regards to package.json
Merge dependencies/devDependencies and scripts, copy the updated
bin
,main
,types
andlint-staged
nodes.4: Update the typescript src and update it to support the latest commit (which I am missing)
If necessary I can do all this but I am about to fly to NY for more interviews so I can't guarantee timeliness. This probably makes sense to do anyway as I realize this PR is not perfect anyway - JSDocs are incomplete at best, tests/code coverage needs updating.