module-registry

द्वारा cloudflare

जब workerd में मॉड्यूल रजिस्ट्री के साथ काम कर रहे हों — मॉड्यूल रिज़ॉल्यूशन, संकलन, मूल्यांकन या पंजीकरण को पढ़ना, संशोधित करना, डीबग करना या समीक्षा करना — तब लोड करें।

npx skills add https://github.com/cloudflare/workerd --skill module-registry

Module Registry Context

When working with any code related to module resolution, compilation, evaluation, or registration in workerd, you must read the relevant reference documents before making changes or providing analysis. These documents capture the design decisions, data flow, thread safety model, and integration points that are not obvious from reading the source alone.

Reference Documents

Read these documents (using the Read tool) before proceeding with any module registry work:

  1. docs/reference/detail/new-module-registry.md — The new jsg::modules::ModuleRegistry implementation. Covers the two-layer architecture (shared ModuleRegistry + per-isolate IsolateModuleRegistry), bundle types, resolution priority, compile cache, evaluation flow, and thread safety model. Read this first for any work on the new registry.

  2. docs/reference/detail/legacy-module-registry.md — The legacy ModuleRegistryImpl<TypeWrapper> implementation. Covers the per-isolate design, ModuleInfo structure, DynamicImportHandler, and how it interfaces with V8. Read this when working on code that still uses the legacy path, or when understanding the dispatch between legacy and new.

  3. docs/reference/detail/v8-module-internals.md — How V8 handles modules internally. Covers v8::Module status transitions, InstantiateModule, Evaluate, SyntheticModule, resolve callbacks, and import.meta. Read this when debugging V8 module state issues, understanding callback contracts, or working on the boundary between workerd and V8.

When to Read Which

TaskDocuments to read
Modifying new registry resolution or cachingnew-module-registry, v8
Adding a new built-in modulenew-module-registry, legacy-module-registry
Debugging module-not-found errorsall three
Modifying legacy registry codelegacy-module-registry, v8
Understanding legacy-to-new dispatchall three
Working on import.meta behaviornew-module-registry, v8
Working on CJS/require() interopnew-module-registry, legacy-module-registry
Debugging module evaluation failuresnew-module-registry, legacy-module-registry, v8
Reviewing a PR that touches module codeall three
Working on compile cache or cross-isolate sharingnew-module-registry
Working on dynamic importall three
Working on source phase imports (Wasm)new-module-registry, v8

Key Source Files

These are the primary files involved in module handling:

  • src/workerd/jsg/modules-new.h / .c++ — New registry implementation
  • src/workerd/jsg/modules.h / .c++ — Legacy registry implementation
  • src/workerd/jsg/resource.h:1913–1922 — Legacy vs new dispatch at context creation
  • src/workerd/jsg/jsg.c++:357–395Lock::resolveModule dispatch
  • src/workerd/jsg/setup.h:291–297isUsingNewModuleRegistry() flag
  • src/workerd/io/worker-modules.hnewWorkerModuleRegistry construction
  • src/workerd/api/modules.h — Built-in module registration (both legacy and new)
  • src/workerd/jsg/observer.hResolveObserver metrics interface

Procedure

  1. Read the relevant reference documents listed above for your task.
  2. Identify whether the code path uses the new or legacy registry (check isUsingNewModuleRegistry() usage in the surrounding code).
  3. Proceed with your work, using the reference documents to inform your understanding of data flow, thread safety, and integration contracts.

Do not skip reading the reference documents. The module registry has subtle invariants around thread safety, V8 module status transitions, and evaluation context (IoContext suppression) that are easy to violate without full context.

cloudflare की और Skills

workerd-api-review
cloudflare
कार्य प्रदर्शन अनुकूलन, API डिज़ाइन और अनुकूलता, सुरक्षा कमज़ोरियाँ, और workerd कोड समीक्षा के लिए मानक विनिर्देश अनुपालन। tcmalloc-जागरूक को शामिल करता है…
official
workerd-safety-review
cloudflare
मेमोरी सुरक्षा, थ्रेड सुरक्षा, समवर्तीता, और workerd कोड समीक्षा के लिए महत्वपूर्ण पहचान पैटर्न। V8/KJ सीमा खतरे, जीवनकाल प्रबंधन को शामिल करता है,…
official
reproduce
cloudflare
क्लाउडफ्लेयर/एजेंट्स गिटहब इश्यू को पुनः उत्पन्न करने के लिए एक न्यूनतम एजेंट्स/वर्कर प्रोजेक्ट तैयार करें और इसे एक अस्थायी क्लाउडफ्लेयर खाते में डिप्लॉय करें, फिर रिपोर्ट करें…
official
local-explorer
cloudflare
स्थानीय एक्सप्लोरर या स्थानीय API में उत्पादों/संसाधनों को कैसे जोड़ें। नए स्थानीय APIs या UI रूट्स को लागू करते समय उपयोग करें...
official
commit-categories
cloudflare
चेंजलॉग और "नया क्या है" सारांश के लिए कमिट वर्गीकरण नियम। चेंजलॉग या व्हाट्स-न्यू कमांड में कमिट को वर्गीकृत करने से पहले लोड किया जाना चाहिए। प्रदान करता है…
official
architecture
cloudflare
कोडबेस में पहली बार नेविगेट करते समय, नया क्लाइंट मेथड जोड़ते समय, नया कंटेनर हैंडलर/सर्विस जोड़ते समय, या यह समझने के लिए उपयोग करें कि अनुरोध कैसे प्रवाहित होता है…
official
changesets
cloudflare
चेंजसेट बनाते समय, रिलीज़ तैयार करते समय, या वर्ज़न अपडेट करते समय उपयोग करें। इसमें शामिल है कि किन पैकेजों का संदर्भ लेना है, उपयोगकर्ता-सामने वाले चेंजसेट विवरण कैसे लिखने हैं,…
official
pr
cloudflare
क्लाउडफ्लेयर-डॉक्स में बदलावों के लिए GitHub पुल रिक्वेस्ट बनाता और अपडेट करता है। जब कोई शीर्षक या विवरण खोलने, बनाने, सबमिट करने, अपडेट करने, संपादित करने या लिखने के लिए कहा जाए तो लोड करें…
official