grgrdvrt / CodebaseGraph

A tool to visualize a js codebase
MIT License
3 stars 0 forks source link

Parameters with default values don't appear #2

Open grgrdvrt opened 6 years ago

grgrdvrt commented 6 years ago

A method with the signature methodName(foo, bar = "baz") appears as methodName(foo, ). The last argument is missing