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
- Host: GitHub
- URL: https://github.com/rwson/tinypack
- Owner: rwson
- Created: 2020-08-11T06:30:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T06:49:09.000Z (almost 6 years ago)
- Last Synced: 2025-12-19T15:59:00.904Z (7 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tinypack
### 流程说明
1. 解析入口代码变成AST
2. 遍历AST, 获取其依赖模块, 并且逐个编译
3. 将编译好的代码合并, 输出物理文件