-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
feat: inner graph part one #4176
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
release: feature
team
The issue/pr is created by the member of Rspack.
labels
Sep 12, 2023
IWANABETHATGUY
force-pushed
the
inner-graph
branch
from
September 12, 2023 08:38
8a427db
to
7ac3ae6
Compare
IWANABETHATGUY
force-pushed
the
inner-graph
branch
3 times, most recently
from
September 26, 2023 08:37
3929cc1
to
bab35d5
Compare
IWANABETHATGUY
force-pushed
the
inner-graph
branch
from
October 3, 2023 13:19
1d0c549
to
7b6a2d4
Compare
IWANABETHATGUY
force-pushed
the
inner-graph
branch
2 times, most recently
from
October 13, 2023 02:55
a08f3a4
to
64a26e4
Compare
crates/rspack/tests/tree-shaking/context-module-elimated/snapshot/snap.diff
Show resolved
Hide resolved
crates/rspack/tests/tree-shaking/webpack-innergraph-no-side-effects/snapshot/snap.diff
Show resolved
Hide resolved
crates/rspack/tests/tree-shaking/rollup-unused-called-import/snapshot/snap.diff
Show resolved
Hide resolved
IWANABETHATGUY
force-pushed
the
inner-graph
branch
2 times, most recently
from
October 16, 2023 07:39
3943517
to
085f0de
Compare
crates/rspack/tests/tree-shaking/side-effects-export-default-expr/snapshot/snap.diff
Outdated
Show resolved
Hide resolved
github-actions
bot
added
the
release: feature
release: feature related release(mr only)
label
Oct 17, 2023
IWANABETHATGUY
force-pushed
the
inner-graph
branch
from
October 17, 2023 06:58
3a6d7be
to
bfd23d5
Compare
IWANABETHATGUY
force-pushed
the
inner-graph
branch
from
October 17, 2023 07:41
bfd23d5
to
9c811b5
Compare
ahabhgk
approved these changes
Oct 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release: feature
release: feature related release(mr only)
team
The issue/pr is created by the member of Rspack.
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.
Summary
update dependency
inSideEffectsFlagPlugin
, e.g:when you commented
update dependency
in webpack, it would bundlereexport_entry_elimination
as below:Test Plan
Require Documentation?