MCPcopy Create free account
hub / github.com/angular/angular / tsIgnoreComment

Function tsIgnoreComment

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

Source from the content-addressed store, hash-verified

99}
100
101export function tsIgnoreComment(): o.LeadingComment {
102 return o.leadingComment('@ts-ignore', true, true);
103}
104
105export function isUnsafeObjectKey(key: string): boolean {
106 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