Tree shaking

tree-shaken, tree-shaking, Tree shaking , на сайте с December 21, 2022 11:05
Tree shaking is the term the JavaScript community uses for dead code elimination, a common compiler optimization that automatically removes unreachable code. Within esbuild, this term specifically refers to declaration-level dead code removal.