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

Function rhs

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

Source from the content-addressed store, hash-verified

385}
386
387function rhs(code: string): t.Expression {
388 const e = expr(code);
389 assertAssignmentExpression(e);
390 return e.right;
391}
392
393function assertExpressionStatement(e: t.Node): asserts e is t.ExpressionStatement {
394 if (!t.isExpressionStatement(e)) {

Callers 1

Calls 2

exprFunction · 0.70

Tested by

no test coverage detected