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

Function processI18nMeta

packages/compiler/test/render3/view/util.ts:195–200  ·  view source on GitHub ↗
(htmlAstWithErrors: ParseTreeResult)

Source from the content-addressed store, hash-verified

193}
194
195export function processI18nMeta(htmlAstWithErrors: ParseTreeResult): ParseTreeResult {
196 return new ParseTreeResult(
197 html.visitAll(new I18nMetaVisitor(/* keepI18nAttrs */ false), htmlAstWithErrors.rootNodes),
198 htmlAstWithErrors.errors,
199 );
200}

Callers 1

parseR3Function · 0.85

Calls 1

visitAllMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…