-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[🚀 esl-event-listener]: add possibility to see event handler code in the browser #983
Comments
Really good case, thanks a lot @NastaLeo ! |
🎉 This issue has been resolved in version 4.0.0-beta.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The issue was resolved by the possibility of seeing the ESLEventListener object as a DOM Event subscription when It is also enhanced by passing the original bound handler for simple cases (when delegation is not required). |
🎉 This issue has been resolved in version 4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
As an ESL consumer I want to be able to navigate to source code of exact event handler in the browser (event listeners tab) in case event is subscribed by @listen decorator
Example:
The text was updated successfully, but these errors were encountered: