You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a single resolver contract in @openelement/protocol for local source aliases, npm/jsr package exports, subpath exports, and remote package resolution.
Acceptance criteria
Resolver input/output types live in protocol.
Error types for unresolvable subpaths / bad export maps are defined.
Contract is imported by the unified resolver implementation in @openelement/adapter-vite / @openelement/ssg.
Parent
#132
What to build
Define a single resolver contract in
@openelement/protocolfor local source aliases, npm/jsr package exports, subpath exports, and remote package resolution.Acceptance criteria
@openelement/adapter-vite/@openelement/ssg.Blocked by