Explore >> Select a destination


You are here

v8.dev
| | www.2ality.com
12.8 parsecs away

Travel
| | 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
| | 2ality.com
6.9 parsecs away

Travel
| | The ECMAScript proposal "import()" by Domenic Denicola is at stage 4 and part of ECMAScript 2020. It enables dynamic loading of ECMAScript modules and is explained in this blog post.
| | nodesource.com
9.2 parsecs away

Travel
| | Discover how Node.js's new support for synchronous ESM graphs simplifies transitions to ECMAScript Modules, enhancing developer experience.
| | www.red-gate.com
55.6 parsecs away

Travel
| The concept behind frameworks and libraries is to provide reusable code that you can use to perform everyday tasks so that developers don't have to write