Skip to content

Instantly share code, notes, and snippets.

@obernardovieira
Created February 20, 2020 11:48
Show Gist options
  • Save obernardovieira/35ee26ab83f236a0022df6113166c93e to your computer and use it in GitHub Desktop.
Save obernardovieira/35ee26ab83f236a0022df6113166c93e to your computer and use it in GitHub Desktop.
parser.visit(ast, {
FunctionDefinition: function(node) {
console.log(node)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment