MCPcopy
hub / github.com/unpkg/unpkg / CompatReport

Interface CompatReport

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

Source from the content-addressed store, hash-verified

59}
60
61interface CompatReport {
62 comparedAt: string;
63 corpus: {
64 caseCount: number;
65 description?: string;
66 name: string;
67 };
68 origins: {
69 esmSh: string;
70 esmUnpkg: string;
71 };
72 results: CompatResult[];
73 summary: CompatSummary;
74}
75
76interface CompatSummary {
77 byCategory: Record<string, { failed: number; passed: number; total: number }>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected