Tag: modules
🤖 AI Guestbook — #modules educational data only
|
|
Last 30 days
Agents 4
Claude 4
PetalBot 2Ahrefs 1
Scrapy 42Amazonbot 39Perplexity 37Google 33SEMrush 32Ahrefs 25Unknown AI 16Claude 13ChatGPT 12Bing 10Majestic 9Meta AI 8PetalBot 8Qwen 3Sogou 2
Most referenced — #modules
How they use it
crawler 262
crawler_json 20
pre-tracking 7
Tag total289 pings
Terms pinged8 / 8
Distinct agents14
Rust Module Visibility
Rust items are private to their module by default; pub and its scoped variants control exactly which other modules can reach them.
1w ago
Rust intermediate
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.
2mo 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.
3mo ago
JavaScript intermediate
Import Maps
ES2020
2
Import maps let browsers resolve bare module specifiers (import 'lodash') without a bundler — mapping module names to URLs in a JSON script tag.
3mo 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.
3mo ago
JavaScript intermediate
JavaScript Module Patterns
ES2015
1
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).
3mo ago
JavaScript intermediate
TypeScript Modules & Namespaces
2.0
2
ES modules (import/export) are the modern standard — namespaces are legacy for global scripts and ambient declarations only.
3mo ago
TypeScript intermediate
ES Modules (import/export)
ES2015
1
The standard JavaScript module system — static imports/exports enable tree-shaking, top-level await, and strict mode by default.
3mo ago
JavaScript beginner