beyondcode / beyondcode/livewire-devtools
Add support for Scoping Events
未关闭
- 主要语言
- JavaScript
- 星标
- 421
- 派生
- 27
- PR 合并指标
- 30 天内没有已合并 PR
描述
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)
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 src/backend/events.js 的第 39 行附近开始,这里会记录普通 emits 以供显示,并跟踪事件数据如何到达 DevTools UI。扩展现有的事件处理以涵盖 emitUp、emitTo 和 emitSelf,然后验证每个具有作用域的事件都已被记录并显示。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100