-
-
Notifications
You must be signed in to change notification settings - Fork 392
fix(sdk): add isBrowserEnvValue for tree-shaking #4454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ScriptedAlchemy
wants to merge
27
commits into
main
Choose a base branch
from
cursor/tree-shaking-coverage-5fd5
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+399
−85
Open
Changes from 4 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2aeeea0
fix(sdk): make isBrowserEnv tree-shakable
cursoragent fea3d21
chore: add changeset for isBrowserEnv
cursoragent 577e6ff
chore: expand bundle size metrics
cursoragent 82b5e2e
fix(sdk): keep isBrowserEnv API
cursoragent 106578d
chore: tolerate bundle size assets
cursoragent 1367002
chore: align bundle size ENV_TARGET
cursoragent 3c9770c
chore: use rslib for bundle sizes
cursoragent 680acb4
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy 2dc915f
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy a850bd1
fix(sdk): recompute browser env at call time
ScriptedAlchemy d871a21
Merge remote-tracking branch 'origin/main' into cursor/tree-shaking-c…
ScriptedAlchemy 193f7fe
fix(dts-plugin): align workspace entrypoints and RawSource typing
ScriptedAlchemy 4d8ed5c
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy e03ea52
fix(sdk): align package entrypoints with emitted artifacts
ScriptedAlchemy bc68caa
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy d548490
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy c59c563
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy 038bea0
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy c957914
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy e89d77c
Merge main into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy de8aa29
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy 8e685af
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy 66a47c6
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy 5fc3639
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy db769ee
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy 564a259
Merge branch 'main' into cursor/tree-shaking-coverage-5fd5
ScriptedAlchemy e953ab1
fix(metro,sdk): stabilize type import and env test mocks
ScriptedAlchemy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| "@module-federation/sdk": minor | ||
| "@module-federation/runtime-core": minor | ||
| --- | ||
|
|
||
| Add `isBrowserEnvValue` as a tree-shakable ENV_TARGET-aware constant while | ||
| preserving the `isBrowserEnv()` function. Internal callers use the constant to | ||
| enable bundler dead-code elimination without breaking the public API. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change memoizes browser detection at module evaluation (
isBrowserEnvValue) and then hasisBrowserEnv()return that cached value, so imports that happen before DOM globals are attached (for example in SSR/test harness bootstraps that setwindowlater) will permanently report non-browser and route runtime code down node-only paths. PreviouslyisBrowserEnv()re-checkedwindow/documenteach call, so this is a behavior regression in dynamic initialization contexts.Useful? React with 👍 / 👎.