-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add JSON output to bun pm ls
#19824
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
base: main
Are you sure you want to change the base?
Add JSON output to bun pm ls
#19824
Conversation
How this will work with 2 tier packages? If it would be like pnpm does it would be great |
@claude fix the compile errors.
|
Claude finished @Jarred-Sumner's task —— View job I'll fix the compile errors in the PR:
I've made two changes:
Commit: 8e3c46a |
- Remove unused `path` local constant in package_manager_command.zig - Improve error message in zig-clap to provide more context about missing parameters Co-authored-by: Jarred-Sumner <[email protected]>"
Summary
--json
support forbun pm ls
--json
flagTesting
bun agent test test/cli/install/bun-pm.test.ts
(fails: WebKit download error)