MCPcopy
hub / github.com/angular/angular / warn

Method warn

packages/compiler/src/util.ts:135–135  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

133export interface Console {
134 log(message: string): void;
135 warn(message: string): void;
136}
137
138const _global: {[name: string]: any} = globalThis;

Callers 15

manage.jsFile · 0.65
visitCommentMethod · 0.65
_convertToTextMethod · 0.65
migrateFilesFunction · 0.65
extractTranslationsFunction · 0.65
serializeMethod · 0.65
cli.tsFile · 0.65
loadBundleMethod · 0.65
mergeBundlesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected