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

Function expr

packages/compiler-cli/linker/babel/test/ast/babel_ast_host_spec.ts:382–385  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

380});
381
382function expr(code: string): t.Expression {
383 const stmt = template.ast(code);
384 return (stmt as t.ExpressionStatement).expression;
385}
386
387function rhs(code: string): t.Expression {
388 const e = expr(code);

Callers 4

rhsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…