Conversation
MichaelCurrin
left a comment
There was a problem hiding this comment.
Some refactor and cleanup changes please
| } | ||
| } | ||
|
|
||
| main(); |
There was a problem hiding this comment.
Did you make the main function just to use async?
In newer Node you can use async/await without a function.
There was a problem hiding this comment.
In my editor and when trying to run the test I receive the following error (running with node 16.14.2):
src/test/runTest.ts:25:3 - error TS1378: Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher.
|
Hi, I am still going to look at this. I need to revert some of the commits in this before I can bring it in and I have been sorting out bug issues lately on the repo instead. |
|
Hello. Sorry for my inactivity on this PR. I have read your comments, however I currently have no time to implement them. |
|
Hello 👋 |
This PR includes fixes and changes from
feat-titlecasebranch and closes #80