buildGraph
goes through each node from sinks (sinks are streams) https://github.com/cyclejs/cyclejs/blob/master/devtool/src/graphSerializer.ts#L160idTable
is just a JS map for an ID number for each nodetraverse
does a depth-first search and registers those nodes https://github.com/cyclejs/cyclejs/blob/master/devtool/src/graphSerializer.ts#L138
map
or filter
, but anything that produce data, like addEventListener
which isn’t an operator (which you can find in xstream codebase)
ins
property: input straeminsArr
: many input streams, like merge
_prod
: source nodes, grey boxes at toplayout
which gives x and y for nodesgitter chat, really represents us. get their help in like a minute.
help-needed bug
readme has more info on getting started