-
Notifications
You must be signed in to change notification settings - Fork 2
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 Core event bus #89
Conversation
⏭️ No files to mutate for |
⏭️ No files to mutate for |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 100% | 0/0 |
🟢 | Branches | 100% | 0/0 |
🟢 | Functions | 100% | 0/0 |
🟢 | Lines | 100% | 0/0 |
Test suite run success
1 tests passing in 1 suite.
Report generated by 🧪jest coverage report action from dc21fb3
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 100% | 769/769 |
🟢 | Branches | 99.51% | 203/204 |
🟢 | Functions | 98.39% | 183/186 |
🟢 | Lines | 100% | 741/741 |
Test suite run success
389 tests passing in 24 suites.
Report generated by 🧪jest coverage report action from dc21fb3
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 86.11% | 62/72 |
🟡 | Branches | 62.5% | 15/24 |
🟢 | Functions | 100% | 10/10 |
🟢 | Lines | 86.11% | 62/72 |
Test suite run success
6 tests passing in 1 suite.
Report generated by 🧪jest coverage report action from dc21fb3
this.#eventBus.dispatchEvent(new BlockAddedCoreEvent({ | ||
tool: tool.name, | ||
data: data.data, | ||
uiContent: blockElement, |
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.
maybe element
?
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.
It could be not only HTMLElement, basically anything the tool returns
EventBas for communication between modules