Commit 5b73853
feat(core): add yarn pnp support (#7639)
* feat: support yarn pnp
* chore: add snapshot back
* chore: fix test error
* chore: fix unused deps
* fix: fix type
* chore: fix snapshot
* chore: skip default test for enablePnp
* chore: fix test
* chore: update ae
* Update crates/rspack_core/src/options/resolve/mod.rs
Co-authored-by: Maël Nison <nison.mael@gmail.com>
* chore: add doc
* chore: change enablePnp to pnp
* Update website/docs/zh/config/resolve.mdx
Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
* Update website/docs/en/config/resolve.mdx
Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
* Update resolve.mdx
* chore: update lock
* chore: update format
* chore: update snapshot
---------
Co-authored-by: Maël Nison <nison.mael@gmail.com>
Co-authored-by: neverland <chenjiahan.jait@bytedance.com>1 parent 203b7e9 commit 5b73853
File tree
49 files changed
+21944
-38
lines changed- .vscode
- crates
- node_binding
- src
- rspack_binding_values/src/options
- rspack_core/src
- compiler
- options/resolve
- resolver
- rspack_fs
- src
- rspack_loader_runner/src
- rspack_storage
- src/pack/strategy/split
- tests
- packages
- rspack-test-tools/tests
- __snapshots__
- configCases/resolve/pnp-enable
- .yarn
- cache
- diagnosticsCases/config/pnp-disable
- .yarn
- cache
- rspack
- etc
- src
- config
- 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.
49 files changed
+21944
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
1887 | 1887 | | |
1888 | 1888 | | |
1889 | 1889 | | |
| 1890 | + | |
1890 | 1891 | | |
1891 | 1892 | | |
1892 | 1893 | | |
| |||
1913 | 1914 | | |
1914 | 1915 | | |
1915 | 1916 | | |
| 1917 | + | |
1916 | 1918 | | |
1917 | 1919 | | |
1918 | 1920 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments