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
fix(devx): add missing @objectstack/spec/qa (and /api) alias entries (#8416)
Six vitest configs alias the bare @objectstack/spec key to a FILE without a
subpath entry for /qa (and, in knowledge-memory, /api) — the subpath
@objectstack/core's own source reaches through its own src alias in these
configs. An alias list matches by PREFIX, so the bare @objectstack/spec entry
wins and yields the nonsensical spec/src/index.ts/qa (ENOTDIR at run time).
This was latent rather than currently-red: every use inside @objectstack/core's
qa adapters is in a TYPE position, so esbuild elides the import and the
specifier never reaches the resolver — until the first value use.
Adds the seven entries from #8391's table, each placed ABOVE the bare
@objectstack/spec key using the same idiom the existing /shared entries in
these configs use.
Fixes#8391
Claude-Session: https://claude.ai/code/session_01Jqe56GnYFddggeAyfkZFVz
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments