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