MCPcopy Index your code
hub / github.com/angular/angular / tsIgnoreComment

Function tsIgnoreComment

packages/compiler/src/render3/util.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95export function tsIgnoreComment(): o.LeadingComment {
96 return o.leadingComment('@ts-ignore', true, true);
97}
98
99export function isUnsafeObjectKey(key: string): boolean {
100 return UNSAFE_OBJECT_KEY_NAME_REGEXP.test(key);

Callers 7

compileFactoryFunctionFunction · 0.90
makeConditionalFactoryFunction · 0.90
createLocalizeStatementsFunction · 0.90
optimizeTrackFnsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…