WebGlossary.info
Tree shaking
- A dead-code elimination technique that is applied when optimizing code. 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. Tree shaking is succinctly described as “live code inclusion.” ← Wikipedia
- Previous term: Tree
- Next term: Tree traversal
- Random term: Virtual private cloud