Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpack/webpack-cli
/ RechoirError
Interface
RechoirError
packages/webpack-cli/src/webpack-cli.ts:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
interface
RechoirError extends Error {
86
failures: RechoirError[];
87
error: Error;
88
}
89
90
type
PackageManager =
"pnpm"
|
"yarn"
|
"npm"
;
91
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected