Scope Hoisting(作用域提升) 和 Tree Shaking(摇树优化) 是现代前端构建中至关重要的概念。它们是构建工具(如 Webpack、Rollup、Vite)用来优化最终打包产物的核心技术。
核心概念快速理解
Tree Shaking&am…
在系统源码中发现的一些命令和快捷方式。我们在编译源码之前执行的source build/envsetup.sh,通过cat build/envsetup.sh发现如下命令
- lunch: lunch <product_name>-<build_variant>Selects <product_name> as the product to build, and <build_…