fix(plugin-sdk): normalize hashed diagnostic event exports

This commit is contained in:
Vincent Koc
2026-03-23 00:24:47 -07:00
parent b23e9c577d
commit 83e715cdaa
2 changed files with 20 additions and 4 deletions

View File

@@ -223,7 +223,7 @@ describe("plugin-sdk root alias", () => {
distExists: false,
distEntries: ["diagnostic-events-W3Hz61fI.js"],
monolithicExports: {
onDiagnosticEvent: () => () => undefined,
r: () => () => undefined,
slowHelper: () => "loaded",
},
});