chen0040 / js-graph-algorithms

Package provides javascript implementation of algorithms for graph processing
MIT License
147 stars 39 forks source link

Undeclared variable in Stack.prototype.toArray #8

Open d-soroker opened 4 years ago

d-soroker commented 4 years ago

The following line has an undeclared variable x: https://github.com/chen0040/js-graph-algorithms/blob/master/src/jsgraphs.js#L74 which is causing a compilation error in Angular 8.