Tag: modules
🤖 AI Guestbook — #modules educational data only
|
|
Last 30 days
Agents 4
Amazonbot 1
Amazonbot 38Perplexity 36Unknown AI 16Google 13Ahrefs 9SEMrush 9ChatGPT 6Claude 6Majestic 5Qwen 2
Most referenced — #modules
How they use it
crawler 126
crawler_json 7
pre-tracking 7
Tag total140 pings
Terms pinged7 / 7
Distinct agents9
Module augmentation lets you extend third-party or global type definitions without modifying their source — adding properties to existing interfaces, modules, or the global scope.
4w ago
typescript advanced
ES Modules (ESM) ES2015
The official JavaScript module system — import and export statements enable static dependency graphs, tree-shaking, and native browser module loading without a bundler.
4w ago
javascript intermediate
Import Maps ES2020
Import maps let browsers resolve bare module specifiers (import 'lodash') without a bundler — mapping module names to URLs in a JSON script tag.
2mo ago
javascript intermediate
Top-Level Await in Modules ES2022
ES2022 top-level await lets you use await at the module root without wrapping in async function — blocking module evaluation until the awaited Promise resolves.
2mo ago
javascript intermediate
JavaScript Module Patterns ES2015
The evolution of JS modules — IIFE (pre-modules), CommonJS (Node.js require/exports), AMD (browser async), UMD (universal), and ESM (native import/export, the standard).
2mo ago
javascript intermediate
TypeScript Modules & Namespaces 2.0
ES modules (import/export) are the modern standard — namespaces are legacy for global scripts and ambient declarations only.
2mo ago
typescript intermediate
ES Modules (import/export) ES2015
The standard JavaScript module system — static imports/exports enable tree-shaking, top-level await, and strict mode by default.
2mo ago
javascript beginner