Skip to content

Export LoaderContext type from public API - #17

Merged
larkiny merged 1 commit into
mainfrom
fix/export-loader-context
Feb 13, 2026
Merged

Export LoaderContext type from public API#17
larkiny merged 1 commit into
mainfrom
fix/export-loader-context

Conversation

@larkiny

@larkiny larkiny commented Feb 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • Export LoaderContext type from index.ts — downstream consumers (devportal) need it for the multi-loader context as LoaderContext cast pattern
  • Remove @internal JSDoc tag from LoaderContext interface since it's now public API
  • Restore LoaderContext import and cast in the Quick Start README example

Test plan

  • tsc --noEmit passes
  • All 297 tests pass
  • Verified devportal import error is resolved by this export

LoaderContext was marked @internal but is needed by downstream consumers
for the multi-loader pattern (context as LoaderContext). Promote it to
the public API and restore the cast in the Quick Start README example.
@larkiny
larkiny merged commit ebe29cb into main Feb 13, 2026
1 check passed
@larkiny
larkiny deleted the fix/export-loader-context branch February 13, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant