Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpack/webpack-cli
/ Rechoir
Interface
Rechoir
packages/webpack-cli/src/webpack-cli.ts:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
type
RecordAny = Record<string, any>;
80
81
interface
Rechoir {
82
prepare: typeof prepare;
83
}
84
85
interface
RechoirError extends Error {
86
failures: RechoirError[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected