()
| 305 | } |
| 306 | |
| 307 | protected get tagExpression(): CallExpression { |
| 308 | const t = this.astService; |
| 309 | return t.callExpression(this.callee, [this.tagExpressionArgument]); |
| 310 | } |
| 311 | |
| 312 | protected get tagExpressionArgument(): Expression { |
| 313 | const t = this.astService; |
nothing calls this directly
no outgoing calls
no test coverage detected