-
Notifications
You must be signed in to change notification settings - Fork 326
feat: Initial pnpm support #1273
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
402e177
feat: Initial pnpm support
chawyehsu 814cdc5
update tests
chawyehsu 68099bb
chore(vscode): Enable all cargo features by default
chawyehsu cfb216b
fix(volta-migrate): LegacyPlatform does not have pnpm field
chawyehsu ee257d6
chore(style): module import cleanup, consistent all-lowercase brandin…
chawyehsu 6f8a57f
fix: add pnpm platforms merge and fallback
chawyehsu 1ef45ec
fix: add seamless migration for platform spec
chawyehsu de495b6
test: Add acceptance tests for pnpm
chawyehsu 6770d25
fix: correct pnpm resolver naming
chawyehsu 73ac17e
chore: rename overwrite[_cmd]_launcher to write[_cmd]_launcher
chawyehsu a70c00f
chore: annotation tweaks
chawyehsu 464de06
test: add hook test fixtures for pnpm
chawyehsu 3b00570
chore: revert 68099bb
chawyehsu e830d3d
fix: pnpm parser improvement
chawyehsu fb5c002
tests: add hooks tests for pnpm
chawyehsu 4732b0d
fix: fix pnpm archive filename
chawyehsu 36643a1
test: fix pnpm archive filename tests
chawyehsu e987d1a
style: fix as per linter
chawyehsu 9006eaf
fix: add pnpm shim for unix
chawyehsu de8fe43
chore: Use `#[allow(dead_code)]` for `for_pnpm`
chawyehsu 79db5a3
perf: revert to PathBuf
chawyehsu 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 |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| { | ||
| "editor.formatOnSave": true | ||
| } | ||
| "editor.formatOnSave": true, | ||
| "rust-analyzer.cargo.features": "all" | ||
| } | ||
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.
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.
Uh oh!
There was an error while loading. Please reload this page.