(ctx, lhs, value)
| 4820 | return this.template ? { parts: this.templateArgs } : {}; |
| 4821 | } |
| 4822 | set(ctx, lhs, value) { |
| 4823 | var targets = Array.from(this.resolve(ctx, lhs)); |
| 4824 | ctx.meta.runtime.replaceInDom(targets, value); |
| 4825 | } |
| 4826 | }; |
| 4827 | var AttributeRef = class _AttributeRef extends Expression { |
| 4828 | static grammarName = "attributeRef"; |
nothing calls this directly
no test coverage detected