Skip to content
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

fix(Emitter): replace private class properties with "private" keyword #12

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

kettanaito
Copy link
Member

Motivation

The #-based private class properties are not there yet. You can afford them in target: esnext but not every consumer uses that.

@kettanaito kettanaito merged commit 3bf13d5 into main Jan 20, 2023
@kettanaito kettanaito deleted the fix/private-fields branch January 20, 2023 12:57
@kettanaito
Copy link
Member Author

Released: v0.4.4 🎉

This has been released in v0.4.4!

Make sure to always update to the latest version (npm i strict-event-emitter@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update strict-event-emitter to at least v0.3.x to avoid implicit dependency on Node.js type definitions.
1 participant