(ctx, lhs, value)
| 5163 | return this.template ? { parts: this.templateArgs } : {}; |
| 5164 | } |
| 5165 | set(ctx, lhs, value) { |
| 5166 | var targets = Array.from(this.resolve(ctx, lhs)); |
| 5167 | ctx.meta.runtime.replaceInDom(targets, value); |
| 5168 | } |
| 5169 | }; |
| 5170 | var AttributeRef = class _AttributeRef extends Expression { |
| 5171 | static grammarName = "attributeRef"; |
nothing calls this directly
no test coverage detected