feat(scope): add scoped-layer storage

This commit is contained in:
Tianyi Cui
2026-07-21 22:09:19 +08:00
parent d80dc21387
commit 8351cdbe65
3 changed files with 507 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@
import type { Context, Fiber } from 'cordis'
import { Context as CordisContext } from 'cordis'
export { AnonymousEntries, NamedEntries, ScopedLayers } from './store.ts'
export type { ScopeLayer } from './store.ts'
/** An opaque, identity-compared scope key. */
export type ScopeKey = object