(e, t)
| 5333 | ); |
| 5334 | } |
| 5335 | mapLayerOrUnit(e, t) { |
| 5336 | if ((e = Hl(e, t)).encoding) { |
| 5337 | const n = {}; |
| 5338 | for (const [i, r] of O(e.encoding)) n[i] = Gl(r, t); |
| 5339 | e = { ...e, encoding: n }; |
| 5340 | } |
| 5341 | return super.mapLayerOrUnit(e, t); |
| 5342 | } |
| 5343 | mapUnit(e, t) { |
| 5344 | const { selection: n, ...i } = e; |
| 5345 | return n |
no test coverage detected