perf(matrix): narrow register-time runtime surface (#69782)

Merged via squash.

Prepared head SHA: ec32828b52
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
Gustavo Madeira Santana
2026-04-21 12:50:53 -04:00
committed by GitHub
parent acb27bac3a
commit 13636c4521
13 changed files with 325 additions and 23 deletions

View File

@@ -0,0 +1,3 @@
// Narrow entry point for setMatrixRuntime. The full runtime-api barrel is kept
// for external/runtime callers, but bundled plugin register only needs this.
export { setMatrixRuntime } from "./src/runtime.js";