-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
contributor-toolsInfo/tool for contributorsInfo/tool for contributors
Description
我已经开始着手写一份新的 ide 了,但首要问题是我得能够调用这个项目的核心
git submodule 方案我考虑过,但既然是一个能用的编译器,为何不能像 babel 等那样传 npm 上呢?
更进一步的需求是,最好别直接传一整个项目同在一份 npm 仓库中,可以像 babel 那样分一下(具体怎么回事,看 babel 源码你们就能懂了)
个人考虑可以传的 npm 库如下:
- wenyan-lang,对应于 src/parser( Distribute npm packages #241 )
- wenyan-render,对应于 src/render
如果能传 npm,我接下来写的 ide 的项目结构就能不那么尴尬了,并且也能因此,这个项目可以被作为命令行工具使用,岂不美哉?
请考虑下我的意见,谢谢! @LingDong-
Metadata
Metadata
Assignees
Labels
contributor-toolsInfo/tool for contributorsInfo/tool for contributors