editor/editorTODO.md

17 lines
664 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# editor TODO
- [x] 架构对齐Align with `base` project's "No ESM" design.
- [ ] 构建配置Modify `vite.config.js` to output only UMD (`editor.js` and `editor.min.js`).
- [ ] 源码重构:
- [ ] 优化依赖引入,优先使用 `globalThis` 上的状态库和基类。
- [ ] 确保 `CodeEditor` 类在 `globalThis` 上可用。
- [ ] 保持与 `AutoForm` 的解耦注册。
- [ ] 测试验证:运行 `npm test` 确保功能无损。
- [ ] 文档更新:
- [ ] 更新 `package.json` 版本号。
- [ ] 更新 `README.md`
- [ ] 更新 `CHANGELOG.md`
## 当前状态 (v1.0.1)
- 基准渲染耗时: ~40ms (from TEST.md)