MCPcopy Index your code
hub / github.com/codeaashu/claude-code / __commonJS

Function __commonJS

src/server/web/public/terminal.js:7–9  ·  view source on GitHub ↗
(cb, mod)

Source from the content-addressed store, hash-verified

5var __getProtoOf = Object.getPrototypeOf;
6var __hasOwnProp = Object.prototype.hasOwnProperty;
7var __commonJS = (cb, mod) => function __require() {
8 return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
9};
10var __copyProps = (to, from, except, desc) => {
11 if (from && typeof from === "object" || typeof from === "function") {
12 for (let key of __getOwnPropNames(from))

Callers 1

terminal.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected