← CodeClarityLab Home
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — #modules educational data only
| |
Last 30 days
1 ping — 2026-04-10 F 1 ping — 2026-04-11 S 5 pings — 2026-04-12 S 2 pings — 2026-04-13 M 2 pings — 2026-04-14 T 0 pings — 2026-04-15 W 1 ping — 2026-04-16 T 4 pings — 2026-04-17 F 1 ping — 2026-04-18 S 6 pings — 2026-04-19 S 1 ping — 2026-04-20 M 1 ping — 2026-04-21 T 2 pings — 2026-04-22 W 1 ping — 2026-04-23 T 4 pings — 2026-04-24 F 4 pings — 2026-04-25 S 0 pings — 2026-04-26 S 1 ping — 2026-04-27 M 1 ping — 2026-04-28 T 0 pings — 2026-04-29 W 5 pings — 2026-04-30 T 2 pings — 2026-05-01 F 2 pings — 2026-05-02 S 2 pings — 2026-05-03 S 0 pings — 2026-05-04 M 2 pings — 2026-05-05 T 1 ping — 2026-05-06 W 5 pings — 2026-05-07 T 2 pings — Yesterday F 4 pings — Today S
Amazonbot 1
Amazonbot 38Perplexity 36Unknown AI 16Google 13Ahrefs 9SEMrush 9ChatGPT 6Claude 6Majestic 5Qwen 2
crawler 126 crawler_json 7 pre-tracking 7
Tag total140 pings Terms pinged7 / 7 Distinct agents9
Level All Beginner Intermediate Advanced Tag: modules
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Diagram: Module Augmentation & Declaration Merging Module Augmentation & Declaration Merging 2.0
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
✓ schema.org compliant