MCPcopy Create free account
hub / github.com/idosal/git-mcp / CompileError

Class CompileError

worker-configuration.d.ts:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array;
143declare namespace WebAssembly {
144 class CompileError extends Error {
145 constructor(message?: string);
146 }
147 class RuntimeError extends Error {
148 constructor(message?: string);
149 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected