(v1, scope)
| 147317 | return !(0, _vegaUtil.isObject)(v) ? v : v.signal ? scope.signalRef(v.signal) : (0, _vegaUtil.error)("Unsupported object: " + (0, _vegaUtil.stringValue)(v)); |
| 147318 | } |
| 147319 | function parseArray(v1, scope) { |
| 147320 | return v1.signal ? scope.signalRef(v1.signal) : v1.map((v)=>parseLiteral(v, scope)); |
| 147321 | } |
| 147322 | function dataLookupError(name) { |
| 147323 | (0, _vegaUtil.error)("Can not find data set: " + (0, _vegaUtil.stringValue)(name)); |
| 147324 | } // -- SCALE DOMAIN ---- |
no test coverage detected