Skip to content

fix(core): export legacy root symbols from submodules instead of relative paths - #8086

Merged
kuhe merged 1 commit into
mainfrom
kuhe/fix/core
Jun 9, 2026
Merged

fix(core): export legacy root symbols from submodules instead of relative paths#8086
kuhe merged 1 commit into
mainfrom
kuhe/fix/core

Conversation

@kuhe

@kuhe kuhe commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Issue

V2236964587

Description

This is a fix for older clients that import from @aws-sdk/core root level. The root should export submodules by name so they can re-resolve through the exports mappings rather than directly file-reference a submodule index.

Using relative paths prevents the conditional browser submodule exports from working.

Testing

CI

Checklist

  • If the PR is a feature, add integration tests (*.integ.spec.ts) or E2E tests.
    • It's not a feature.
  • My E2E tests are resilient to concurrent i/o.
    • I didn't write any E2E tests.
  • I added access level annotations e.g. @public, @internal tags and enabled doc generation on the package. Remember that access level annotations go below the description, not above.
    • I didn't add any public functions.
  • Streams - how do they work?? My WebStream readers/locks are properly lifecycled. Node.js stream backpressure is handled. Error handling.
    • No streams here.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kuhe
kuhe requested a review from a team as a code owner June 8, 2026 18:41
@kuhe
kuhe force-pushed the kuhe/fix/core branch from 3a67738 to 993d303 Compare June 8, 2026 18:49
@kuhe
kuhe marked this pull request as draft June 8, 2026 18:57
@kuhe

kuhe commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

rebase, restart CI after #8087

@kuhe
kuhe force-pushed the kuhe/fix/core branch from 993d303 to 1da1dbc Compare June 8, 2026 19:48
@kuhe
kuhe marked this pull request as ready for review June 8, 2026 19:48
@kuhe
kuhe merged commit abea090 into main Jun 9, 2026
8 checks passed
@kuhe
kuhe deleted the kuhe/fix/core branch June 9, 2026 14:27
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.

2 participants