(ctx, lhs, value)
| 4772 | return {}; |
| 4773 | } |
| 4774 | set(ctx, lhs, value) { |
| 4775 | var targets = Array.from(this.resolve(ctx)); |
| 4776 | ctx.meta.runtime.replaceInDom(targets, value); |
| 4777 | } |
| 4778 | }; |
| 4779 | var QueryRef = class _QueryRef extends Expression { |
| 4780 | static grammarName = "queryRef"; |
nothing calls this directly
no test coverage detected