js-code-to-svg-flowchart
js-code-to-svg-flowchart copied to clipboard
js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
First issue is a typo of the algorithm. The line `currentIndex = Math.floor((maxIndex + maxIndex) / 2);` should be with min instead of max: `currentIndex = Math.floor((minIndex + maxIndex) /...
Not sure if it's to do with the deprecation that webpack had (which changes how build/dev processes work) or to do with babel (which if I recall correctly recommend using...
Whether it is feasible to generate visual graphs based on time series characteristics
es5 code is work  es6 code don't work 
[Screenshot](https://pasteboard.co/HwogX92.png) ``` Foo.bar("").funcA(); Foo.bar.funcB(); ``` Why 3 lines in SVG? 2 (single line) or 6 (with hierarchy from object) was expected...

Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.4. Release notes Sourced from debug's releases. 4.3.4 What's Changed Add section about configuring JS console to show debug messages by @gitname in debug-js/debug#866 Replace...
Bumps [kind-of](https://github.com/jonschlinkert/kind-of) from 6.0.2 to 6.0.3. Changelog Sourced from kind-of's changelog. [6.0.3] - 2020-01-16 Merge pull request #31 for issue #30 [6.0.0] - 2017-10-13 refactor code to be more performant...
Bumps [semver](https://github.com/npm/node-semver) from 5.4.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...