MCPcopy
hub / github.com/angular/angular / unparse

Function unparse

packages/compiler/test/expression_parser/utils/unparser.ts:275–277  ·  view source on GitHub ↗
(ast: AST)

Source from the content-addressed store, hash-verified

273const sharedUnparser = new Unparser();
274
275export function unparse(ast: AST): string {
276 return sharedUnparser.unparse(ast);
277}
278
279// [unparsed AST, original source code of AST]
280type UnparsedWithSpan = [string, string];

Callers 15

parser_spec.tsFile · 0.90
recoverFunction · 0.90
checkInterpolationFunction · 0.90
checkBindingFunction · 0.90
checkActionFunction · 0.90
validateMethod · 0.90
visitBoundAttributeMethod · 0.90
visitBoundEventMethod · 0.90
visitBoundTextMethod · 0.90
visitSwitchBlockMethod · 0.90
visitSwitchBlockCaseMethod · 0.90
visitForLoopBlockMethod · 0.90

Calls 1

unparseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…