Commit 7d5c56d
authored
File tree
128 files changed
+610
-610
lines changed- crates
- rspack_core/src/compilation
- rspack_plugin_wasm/src
- tests/rspack-test
- builtinCases
- plugin-asset
- asset-advanced/__snapshots__
- asset-simple/__snapshots__
- asset-source/__snapshots__
- plugin-css-modules
- modules-composes/__snapshots__
- modules-ident-name/__snapshots__
- plugin-html/variant/__snapshots__
- plugin-javascript
- builtins-define/__snapshots__
- hashbang/__snapshots__
- plugin-json/simple/__snapshots__
- plugin-wasm
- imports-multiple/__snapshots__
- v128/__snapshots__
- rspack/static-import/__snapshots__
- samples
- ancestor-has-all-modules/__snapshots__
- cycle-dynamic-entry/__snapshots__
- cycle-entry/__snapshots__
- intersection/__snapshots__
- mangle-exports/__snapshots__
- parent-have-partial-module/__snapshots__
- simple/__snapshots__
- swc-loader/experimental/__snapshots__
- configCases
- code-generation/re-export-namespace
- module/reuse-webpack-esm-library
- output-module/reuse-webpack-esm-library
- runtime/namespace-cache
- esmOutputCases/re-exports
- cjs-entry/__snapshots__
- deep-re-exports-wrapped/__snapshots__
- wrapped-esm-entry/__snapshots__
- hookCases/normalModuleFactory#afterResolve/duplicate
- hotCases
- asset/parser-and-generator-states/__snapshots__/web
- chunks/update-chunk-loading-runtime/__snapshots__/web
- chunk/ensure-chunk-change-to-promise-all/__snapshots__/web
- css/css-extract/__snapshots__/web
- harmony/cjs-analyze-changed/__snapshots__/web
- hashing/exports-info-influence/__snapshots__/web
- make/clean-isolated-cycle/__snapshots__/web
- module-graph/import-order-change/__snapshots__/web
- newTreeshaking/re-export-optimization/__snapshots__/web
- recover/recover-after-removal-self-accepted/__snapshots__/web
- runtime
- circular/__snapshots__/web
- dispose-removed-module/__snapshots__/web
- unexpected-invalidation/used-exports/__snapshots__/web
- worker/move-between-runtime/__snapshots__/web
- statsOutputCases/split-chunks/__snapshots__
- treeShakingCases
- array-side-effects/__snapshots__
- assign-with-side-effects/__snapshots__
- basic/__snapshots__
- bb/__snapshots__
- cjs-export-computed-property/__snapshots__
- cjs-tree-shaking-basic/__snapshots__
- class-extend/__snapshots__
- css/__snapshots__
- cyclic-reference-export-all/__snapshots__
- default_export/__snapshots__
- explicit_named_export_higher_priority_1/__snapshots__
- explicit_named_export_higher_priority_2/__snapshots__
- export-all-from-side-effects-free-commonjs/__snapshots__
- export-imported-import-all-as/__snapshots__
- export-named-decl-as/__snapshots__
- export-star-chain/__snapshots__
- export_star2/__snapshots__
- export_star_conflict_export_no_error/__snapshots__
- export_star/__snapshots__
- import-as-default/__snapshots__
- import-export-all-as-a-empty-module/__snapshots__
- import-optional-chaining/__snapshots__
- import-star-as-and-export/__snapshots__
- import-var-assign-side-effects/__snapshots__
- inherit_export_map_should_lookup_in_dfs_order/__snapshots__
- issue-4637/__snapshots__
- issues_3198/__snapshots__
- local-binding-reachable1/__snapshots__
- local-binding-reachable2/__snapshots__
- module-rule-side-effects1/__snapshots__
- module-rule-side-effects2/__snapshots__
- named-export-decl-with-src-eval/__snapshots__
- named_export_alias/__snapshots__
- namespace-access-var-decl-rhs/__snapshots__
- nested-import-3/__snapshots__
- nested-import-4/__snapshots__
- prune-bailout-module/__snapshots__
- pure-iife-return/__snapshots__
- pure_comments_magic_comments/__snapshots__
- react-redux-like/__snapshots__
- reexport-all-as-multi-level-nested/__snapshots__
- reexport-all-as/__snapshots__
- reexport_default_as/__snapshots__
- reexport_entry_elimination/__snapshots__
- rename-export-from-import/__snapshots__
- rollup-unmodified-default-exports-function-argument/__snapshots__
- rollup-unmodified-default-exports/__snapshots__
- rollup-unused-called-import/__snapshots__
- rollup-unused-default-exports/__snapshots__
- rollup-unused-inner-functions-and-classes/__snapshots__
- rollup-unused-var/__snapshots__
- side-effects-analyzed/__snapshots__
- side-effects-export-default-expr/__snapshots__
- side-effects-flagged-only/__snapshots__
- side-effects-prune/__snapshots__
- side-effects-two/__snapshots__
- simple-namespace-access/__snapshots__
- static-class/__snapshots__
- transitive-bailout/__snapshots__
- transitive_side_effects_when_analyze/__snapshots__
- tree-shaking-false-with-side-effect-true/__snapshots__
- tree-shaking-interop/__snapshots__
- tree-shaking-lazy-import/__snapshots__
- unused-class-rename/__snapshots__
- var-function-expr/__snapshots__
- webpack-inner-graph-export-default-named/__snapshots__
- webpack-inner-graph-switch/__snapshots__
- webpack-innergraph-circular2/__snapshots__
- webpack-innergraph-circular/__snapshots__
- webpack-innergraph-no-side-effects/__snapshots__
- webpack-innergraph-try-globals/__snapshots__
- webpack-reexport-namespace-and-default/__snapshots__
- webpack-side-effects-all-used/__snapshots__
- webpack-side-effects-simple-unused/__snapshots__
- with-assets/__snapshots__
- website/docs
- en/config
- zh/config
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
128 files changed
+610
-610
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
| 633 | + | |
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
tests/rspack-test/builtinCases/plugin-css-modules/modules-ident-name/__snapshots__/output.snap.txt
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments