MCPcopy Create free account
hub / github.com/webpack/webpack-cli / get

Method get

packages/webpack-cli/src/webpack-cli.ts:564–566  ·  view source on GitHub ↗
(_target, property)

Source from the content-addressed store, hash-verified

562 // passed to consumers — e.g. commander's `formatItem` — that expect a string.
563 return new Proxy({} as Colors, {
564 get(_target, property) {
565 return property === "isColorSupported" ? false : (value: string) => value;
566 },
567 });
568 }
569

Callers 6

#getArgumentsMethod · 0.80
WebpackCLIClass · 0.80
readDirectoryEntriesMethod · 0.80
resolveExtendsMethod · 0.80
loadConfigMethod · 0.80
internalBuildConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected