glejeune / node-graphviz

Node.js interface to the GraphViz graphing tool
http://algorithmique.net
MIT License
197 stars 58 forks source link

Graphviz _parse can not handle larger files #50

Open rgadbois opened 2 years ago

rgadbois commented 2 years ago

Graphviz _parse on data event calls eval(data) each time the event occurs instead of just appending the data and calling eval on the exit event.

rgadbois commented 2 years ago

Looks like this problem has been fixed in main. Just not published to npm.