MCPcopy
hub / github.com/unpkg/unpkg / CompatCase

Interface CompatCase

scripts/esm-compat-suite.ts:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14type OutputMode = "json" | "ndjson" | "text";
15
16interface CompatCase {
17 category?: string;
18 description: string;
19 expect: ExpectedBehavior;
20 features?: string[];
21 package?: string;
22 path: string;
23}
24
25interface CompatCorpus {
26 cases: CompatCase[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected