Tree shaking

In computing, tree shaking is 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.

Source: Wikipedia — Tree shaking (CC BY-SA 4.0)

Tree shaking

In computing, tree shaking is 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.

This neuron ends here.

Source: Wikipedia "Tree shaking" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy