|
You are here |
2ality.com | ||
| | | | |
www.2ality.com
|
|
| | | | | Rich Harris' module bundler Rollup popularized an important feature in the JavaScript world: tree-shaking, excluding unused exports from bundles. Rollup depends on the static structure of ES6 modules (imports and exports can't be changed at runtime) to detect which exports are unused. Tree-shaking for webpack is currently in beta. This blog post explains how it works. The project we are going to examine is on GitHub: tree-shaking-demo | |
| | | | |
www.valentinog.com
|
|
| | | | | What's special about generator functions and asynchronous generators in JavaScript? Let's find out! | |
| | | | |
ponyfoo.com
|
|
| | | | | ||
| | | | |
aradaelli.com
|
|
| | | [AI summary] The author details their experience setting up a Unity development environment on Linux, highlighting challenges with Visual Studio Code and Mono, and ultimately finding success with JetBrains Rider. | ||