(code: string)
| 380 | }); |
| 381 | |
| 382 | function expr(code: string): t.Expression { |
| 383 | const stmt = template.ast(code); |
| 384 | return (stmt as t.ExpressionStatement).expression; |
| 385 | } |
| 386 | |
| 387 | function rhs(code: string): t.Expression { |
| 388 | const e = expr(code); |
no outgoing calls
no test coverage detected
searching dependent graphs…