MCPcopy Create free account
hub / github.com/codeaashu/claude-code / __toESM

Function __toESM

src/server/web/public/terminal.js:18–25  ·  view source on GitHub ↗
(mod, isNodeMode, target)

Source from the content-addressed store, hash-verified

16 return to;
17};
18var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
19 // If the importer is in node compatibility mode or this is not an ESM
20 // file that has been converted to a CommonJS file using a Babel-
21 // compatible transform (i.e. "__esModule" has not been set), then set
22 // "default" to the CommonJS "module.exports" for node compatibility.
23 isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
24 mod
25));
26
27// node_modules/@xterm/xterm/lib/xterm.js
28var require_xterm = __commonJS({

Callers 1

terminal.jsFile · 0.85

Calls 1

__copyPropsFunction · 0.85

Tested by

no test coverage detected