Tree shaking


Topic history | v1 (current) | created by jjones

Details

Tree shaking

| created by jjones | Add topic "Tree shaking"
Title
Tree shaking
Description
In computing, tree shaking is a dead code elimination technique that is applied when optimizing code written in ECMAScript dialects like Dart, JavaScript, or TypeScript into a single bundle that is loaded by a web browser. Often contrasted with traditional single-library dead code elimination techniques common to minifiers, tree shaking eliminates unused functions from across the bundle by starting at the entry point and only including functions that may be executed . It is succinctly described as "live code inclusion".
Link
https://en.wikipedia.org/?curid=53733190

resources

treated in Tree Shaking
v1 | attached by jjones | Add topic "Tree shaking"

authors

This topic has no history of related authors.

topics

subtopic of Computer programming
v1 | attached by jjones | Add topic "Tree shaking"