-
Notifications
You must be signed in to change notification settings - Fork 85
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
RFC:Mako 目录结构调整 #1076
Labels
Comments
这个需要讨论,竞品都是有插件系统来限制代码和管理复杂度。 个人觉得,多一层 pluings 的抽象是有必要的 |
目前的插件 大多只用了一两个切面,并且这两个切面之间 数据共享。可以说是无状态的。 这部分的插件是非常鼓励保留的。 |
周会讨论:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
背景是现在外层模块没有分层,全部放顶层,比较乱。
// general modules + ast + resolve + visitors + runtime + config + ... // stages + build + generate + dev // features & plugins + features + plugins // utils + utils
备注:
The text was updated successfully, but these errors were encountered: