feat(spf) discrete signals and behavior objects (#1508)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Pillsbury
2026-05-08 08:32:44 -07:00
committed by GitHub
co-authored by Claude Opus 4.7
parent e3c1b28032
commit 8fa63c6567
57 changed files with 4854 additions and 2886 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export { fetchResolvable, getResponseText } from './network/fetch';
export type { PresentationState } from './playback/behaviors/resolve-presentation';
export { canResolve, resolvePresentation, shouldResolve } from './playback/behaviors/resolve-presentation';
export type { PlatformOwners } from './playback/behaviors/sync-preload-attribute';
export type { PlatformContext } from './playback/behaviors/sync-preload-attribute';
export { syncPreloadAttribute } from './playback/behaviors/sync-preload-attribute';
// =============================================================================