jaredly / rxvision

visualizer debugger for reactive streams
http://jaredly.github.io/rxvision/
426 stars 32 forks source link

remove undefined showPoints from viz/calc #3

Closed BerkeleyTrue closed 9 years ago

BerkeleyTrue commented 9 years ago

export calc from viz/index, export showPoints from viz/index Fixes issue #2

jaredly commented 9 years ago

any reason you're exporting everything else as well?

BerkeleyTrue commented 9 years ago

Here https://github.com/jaredly/rxvision/blob/386dbc08be4e4bd8f4817878db6c40aee5ac7111/run.js#L5 you are using packages from ./vix/calc but only requiring ./vix/index

but they are not exposed from index. It was either using index as the API interface for that folder and exposing those there, or require viz/calc directly in run.js. I went with what would require the minimum changes.

jaredly commented 9 years ago

sorry, that was an old file that I've now deleted. The readme has been updated to reflect the current demos.