(ctx, lhs, value)
| 5113 | return {}; |
| 5114 | } |
| 5115 | set(ctx, lhs, value) { |
| 5116 | var targets = Array.from(this.resolve(ctx)); |
| 5117 | ctx.meta.runtime.replaceInDom(targets, value); |
| 5118 | } |
| 5119 | }; |
| 5120 | var QueryRef = class _QueryRef extends Expression { |
| 5121 | static grammarName = "queryRef"; |
nothing calls this directly
no test coverage detected