“chenhuachun”
cf7d756c19
feat(parser): 增加对 Vue 选项中 emits 数组的支持
- 在 scripts.ts 中新增处理 emits 数组的逻辑
- 实现 processEmitsArray 函数,将字符串字面量转换为 BlockEmit 对象
- 在 parseScripts 函数中支持解析 emits 属性
- 添加单元测试验证 Options API 中 emits 数组的正确解析
- 确保解析结果中 emits 数据结构完整且正确
2026-06-22 17:25:43 +08:00
..
2025-03-06 20:39:09 +08:00
2026-04-29 13:00:18 +08:00
2026-06-16 00:41:29 +08:00
2026-06-15 00:46:12 +08:00
2026-06-16 00:41:29 +08:00
2026-06-10 19:11:02 +08:00
2026-06-10 19:11:02 +08:00
2026-06-10 19:11:02 +08:00
2025-04-19 16:07:05 +08:00
2026-04-28 23:05:13 +08:00
2026-06-22 17:25:43 +08:00
2026-06-14 21:39:27 +08:00
2026-06-10 19:11:02 +08:00
2026-06-10 19:11:02 +08:00
2026-06-10 19:11:02 +08:00
2026-06-10 19:11:02 +08:00
2025-04-14 17:51:23 +08:00
2025-07-19 14:33:45 +08:00
2025-11-27 20:35:26 +08:00
2025-06-20 23:02:41 +08:00
2026-01-04 15:45:56 +08:00
2025-02-10 15:02:16 +08:00
2026-06-10 19:11:02 +08:00
2026-06-10 19:11:02 +08:00
2025-06-20 23:02:41 +08:00
2026-04-27 18:19:30 +08:00