(v, scope)
| 147314 | } |
| 147315 | } |
| 147316 | function parseLiteral(v, 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 | } |
no outgoing calls
no test coverage detected