(stream, scope)
| 133378 | } |
| 133379 | |
| 133380 | function streamSource(stream, scope) { |
| 133381 | return { |
| 133382 | source: stream.signal ? scope.signalRef(stream.signal) : stream.scale ? scope.scaleRef(stream.scale) : (0, _stream.default)(stream, scope) |
| 133383 | }; |
| 133384 | } |
| 133385 | |
| 133386 | function mergeSources(sources) { |
| 133387 | return { |