Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/core/src/engine/SpatialEntryStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import type { EntryResources, ResolveContext, ResolveTask, ResourceResolver } fr
* special-case a kind here.
*/

// biome-ignore lint/suspicious/noExplicitAny: the registry is heterogeneous by design — each
// resolver has its own config and element types, and the store deliberately cannot see them.
// biome-ignore lint/suspicious/noExplicitAny: the registry is heterogeneous by design — each resolver has its own config and element types, and the store deliberately cannot see them.
export type ResolverRegistry = Readonly<Record<SpatialEntryKind, ResourceResolver<any, any>>>;

// biome-ignore lint/suspicious/noExplicitAny: see above.
Expand Down
Loading