DictionaryForumContacts

   Russian English
Google | Forvo | +
встряска дерева вызововstresses
progr. tree shaking (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. Tree shaking starts from entry point and includes only the code that is guaranteed to be executed. It is succinctly described as live code inclusion. Alex_Odeychuk)