-
Notifications
You must be signed in to change notification settings - Fork 6
feat: convert to typescript #25
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
feat: convert to typescript #25
Conversation
Converts this module to typescript and uses aegir to build and run tests.
Noticed that #24 doesn't work in browsers due to how the proxy returns function fields rather than invoking them and the tests weren't being run in browsers which would have caught that so do the ts conversion and use aegir to run tests in all supported environments. Switches to named exports only, not sure if this is a big deal or not. |
To get the auto-release to work, create an npm automation token and configure it as a repository secret named |
Similar to jacobheun#25 - less disruptive but doesn't run any tests that would have caught the issue.
Similar to jacobheun#25 - less disruptive but doesn't run any tests that would have caught the issue.
Similar to #25 - less disruptive but doesn't run any tests that would have caught the issue.
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.
Rad, thanks for updating, I've set the token up so autorelease should be gtg. I'm fine with the changes to exports.
## [4.1.0](v4.0.1...v4.1.0) (2023-04-13) ### Features * convert to typescript ([#25](#25)) ([de5fa82](de5fa82))
Ha, this went out as 4.1.0, oops. Needed a |
Converts this module to typescript and uses aegir to build and run tests.