Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 515 Bytes

Lilac

一个简单的基于amd规范的模块加载器,初级版本,有些东西还未实现,慢慢迭代~~~

test目录包含了一些自己写的测试用例,目前覆盖面不是很全,以后会补充

自己的测试用例运行方法:

http://localhost/test/index.html

也可以直接运行 test/index.html


TODO:

  1. 相互依赖模块的处理

  2. 加载插件、资源

  3. 提供 Simplified CommonJS Wrapper (CJS) 支持

  4. 打包构建工具