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

Function tsIgnoreComment

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

Source from the content-addressed store, hash-verified

86}
87
88export function tsIgnoreComment(): o.LeadingComment {
89 return o.leadingComment('@ts-ignore', true, true);
90}
91
92export function isUnsafeObjectKey(key: string): boolean {
93 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