有幸被 webpack 选中参加今年的 GSoC,这次的 GSoC 我主要负责实现 Deep Scope Analysis,这个最后会被用到最新版本的 webpack 里面用于 Tree Shaking
Github 项目地址:webpack-deep-scope-analysis-plugin
根据 webpack 的要求,我会把 GSoC 期间发现的事情记录在 Medium
-
Better tree shaking with deep scope analysis
Here’s my project in GSoC 2018: Improve tree-shaking for webpack, a widely used JS code bundler.
-
My story with GSoC 2018: Beginning
This is the first part of my stories with GSoC 2018. I will tell my personal experiences and all the things happened with GSoC 2018 in the series.
-
一个简易的用于测试分析结果的 demo