DC
Browser/npm v0.1.0-rc.6

DSH Client Modules

Client module system, dual-face: node half composes the __DSH_BOOT__ entry graph (incremental dsh.client scan, bundle route, index tap, webPlugins service); browser half is the lazy-CJS module table the vendored cordis Loader consumes as its internal seam

by DeepSeekOfficialBuilt-in
View on GitHub View on npm
v0.1.0-rc.6Version
npmnpm package
MITLicense
TypeScriptLanguage
Aug 13, 2026Updated
01

Installation

npx @deepseek-ai/dsh@latest web
02

About this plugin

Client module system, dual-face: node half composes the __DSH_BOOT__ entry graph (incremental dsh.client scan, bundle route, index tap, webPlugins service); browser half is the lazy-CJS module table the vendored cordis Loader consumes as its internal seam. In DSH 0.1.0-rc.6's default Web composition, this package provides the configuration entries “modules”.

03

What it provides

  • 01Client module system, dual-face: node half composes the __DSH_BOOT__ entry graph (incremental dsh.client scan, bundle route, index tap, webPlugins service); browser half is the lazy-CJS module table the vendored cordis Loader consumes as its internal seam
  • 02Included in the default DSH Web composition
  • 03Published as a versioned npm package with public source

Important notes

  • Bundled with the current DSH release at version 0.1.0-rc.6; no separate install is required.
  • Use the official DSH profile to load this built-in component; installing the npm package alone does not compose a profile.
04

README preview

README.md

DSH Client Modules

Client module system, dual-face: node half composes the __DSH_BOOT__ entry graph (incremental dsh.client scan, bundle route, index tap, webPlugins service); browser half is the lazy-CJS module table the vendored cordis Loader consumes as its internal seam

Read the full README at the source