refactor(plugins): drop generic status report alias (#59700)

This commit is contained in:
Vincent Koc
2026-04-02 22:59:25 +09:00
committed by GitHub
parent b0f94a227b
commit bb3f17fc02
7 changed files with 15 additions and 20 deletions

View File

@@ -143,6 +143,8 @@ describe("plugin-sdk facade runtime", () => {
}),
).toThrow("plugin load failure");
expect(listImportedBundledPluginFacadeIds()).toEqual(["bad"]);
// A second call must also throw (not return a stale empty sentinel).
expect(() =>
loadBundledPluginPublicSurfaceModuleSync<{ marker: string }>({