mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 14:00:30 +00:00
fix: patch arborist to get around bun bug (#23460)
This commit is contained in:
parent
687b758882
commit
e539efe2b9
7 changed files with 64 additions and 0 deletions
2
packages/shared/src/types.d.ts
vendored
2
packages/shared/src/types.d.ts
vendored
|
|
@ -5,6 +5,7 @@ declare module "@npmcli/arborist" {
|
|||
progress?: boolean
|
||||
savePrefix?: string
|
||||
ignoreScripts?: boolean
|
||||
[key: string]: unknown
|
||||
}
|
||||
|
||||
export interface ArboristNode {
|
||||
|
|
@ -24,6 +25,7 @@ declare module "@npmcli/arborist" {
|
|||
add?: string[]
|
||||
save?: boolean
|
||||
saveType?: "prod" | "dev" | "optional" | "peer"
|
||||
[key: string]: unknown
|
||||
}
|
||||
|
||||
export class Arborist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue