MCPcopy
hub / github.com/angular/angular-cli / log

Function log

packages/schematics/angular/environments/index.ts:66–68  ·  view source on GitHub ↗
(type: 'info' | 'warn' | 'error', text: string)

Source from the content-addressed store, hash-verified

64}
65
66function log(type: 'info' | 'warn' | 'error', text: string): Rule {
67 return (_, context) => context.logger[type](text);
68}
69
70function* generateConfigurationEnvironments(
71 buildTarget: TargetDefinition,

Callers 2

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected