You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using a callgraph generator called code2flow, but there I need acorn to parse my js file.
But even after I installed acorn, it still says that acorn need to be installed. am I installing it wrong? because I don't know what to do.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Use a git standard .mailmap file for removing duplicates and choosing
which names to use for authors that used different display names on
different commits.
This means `git log` and `git show` naturally pick it up, as well
as summary commands like `git shortlog -s` and `git shortlog -sn`,
and various GUIs for Git.
I've also added -f to the sort command as it appeared to (mostly)
be sorted case-insensitively already. Without this option, running
the script resulted in all lowercase names being moved to the end
of the list (tried both macOS/BSD's default sort, and the one from
gnu-coreutils). I'm guessing the previous run was done on a machine
with a different implementation or override present that uses some
kind of hybrid by default.
Hi,
I am using a callgraph generator called code2flow, but there I need acorn to parse my js file.
But even after I installed acorn, it still says that acorn need to be installed. am I installing it wrong? because I don't know what to do.
Thanks in advance
The text was updated successfully, but these errors were encountered: