-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add prefix option #86
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some refactor and cleanup changes please
} | ||
} | ||
|
||
main(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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-titlecase
branch and closes #80