beyondcode / beyondcode/livewire-devtools
Add support for Scoping Events
- Dominant language
- JavaScript
- Stars
- 421
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Currently only normal emits are displayed, emits such as emitUp, emitTo and emitSelf are not recorded and displayed.
But we also need this ;)
[place where it is?](https://github.com/beyondcode/livewire-devtools/blob/709cf631968da4ccfb5c9059f38cae1ccc947326/src/backend/events.js#L39)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at src/backend/events.js around line 39, where normal emits are recorded for display, and trace how event data reaches the DevTools UI. Extend the existing event handling to cover emitUp, emitTo, and emitSelf, then verify that each scoped event is recorded and displayed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100