# ESTree Spec 规范
# AST
# esprima
# Acron
- GitHub Repo (opens new window)
- Speed Comparison (opens new window)
- 参考:使用 Acorn 来解析 JavaScript (opens new window)
# ESLint
- Website (opens new window)
- GitHub Repo (opens new window)
- Eslint 的实现原理,其实挺简单 (opens new window)
- 从 ESLint 开始,说透我如何在团队项目中基于 Vue 做代码校验 (opens new window)
# prettier
# UglifyJS
# escodegen
# Babel
- Website (opens new window)
- GitHub Repo (opens new window)
- 一文彻底读懂Babel (opens new window)
- 通过一个“时髦”的例子学 Babel 插件 (opens new window)
- 保姆级教学!这次一定学会babel插件开发! (opens new window)
- import 方式随心转,感受 Babel 插件的威力 (opens new window)
# babel-handbook
# Minipack
- https://github.com/ronami/minipack (opens new window)
- https://github.com/sisterAn/minipack (opens new window)