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

Method colors

packages/webpack-cli/src/webpack-cli.ts:514–516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512 // Created lazily because `#createColors` loads the (large) webpack package,
513 // which commands like `version`/`info` don't otherwise need.
514 get colors(): Colors {
515 return (this.#colors ??= this.#createColors());
516 }
517
518 set colors(value: Colors) {
519 this.#colors = value;

Callers

nothing calls this directly

Calls 1

#createColorsMethod · 0.95

Tested by

no test coverage detected