Skip to content

Namespace imports for better tree shaking#201

Open
devmatteini wants to merge 4 commits intofloydspace:mainfrom
devmatteini:namespace-imports
Open

Namespace imports for better tree shaking#201
devmatteini wants to merge 4 commits intofloydspace:mainfrom
devmatteini:namespace-imports

Conversation

@devmatteini
Copy link

Fixes #196

Hi! As you said, you already fixed it for beta release with Effect 4, but if you are still interested in the fixes for current major v1, here's the PR.

I updated every import from:

  • effect
  • @effect/* packages
  • @effect-aws/* packages

I verified the changes with pnpm build which typecheck, test and build each package.

Notes

When I was testing the codegen script, I reverted the changes made from the latest AWS SDK manifests. I only kept the imports changes.

@changeset-bot
Copy link

changeset-bot bot commented Feb 23, 2026

⚠️ No Changeset found

Latest commit: c4aef1b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

Namespace imports for better tree shaking

1 participant