We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--fg
--fg is not working: tried on 1.1.1 (which gave me dotify is not a function error), and then on 1.3.2 (latest).
dotify
Here's the standard output message on 1.3.2:
╰─$ js-callgraph --fg app.js eval => Prop(eval) parseInt => Prop(parseInt) parseFloat => Prop(parseFloat) isNaN => Prop(isNaN) isFinite => Prop(isFinite) decodeURI => Prop(decodeURI) ...
The text was updated successfully, but these errors were encountered:
@amitnovick , Hello, please tell me how to open a file with the result of a json format and display it in graphs, for example, in dot?
--output The output file name into which the result JSON should be saved. (extension: .json)
Sorry, something went wrong.
No branches or pull requests
--fg
is not working: tried on 1.1.1 (which gave medotify
is not a function error), and then on 1.3.2 (latest).Here's the standard output message on 1.3.2:
The text was updated successfully, but these errors were encountered: