An open API service indexing awesome lists of open source software.

https://github.com/rwson/tinypack

build a mini webpack
https://github.com/rwson/tinypack

Last synced: about 2 months ago
JSON representation

build a mini webpack

Awesome Lists containing this project

README

          

# tinypack

### 流程说明

1. 解析入口代码变成AST
2. 遍历AST, 获取其依赖模块, 并且逐个编译
3. 将编译好的代码合并, 输出物理文件