Skip to content
David Gonzalez edited this page Feb 17, 2016 · 5 revisions

The following are some good links for learning about parsing code with Esprima:

Esprima Website

Github Readme and Documentation For Esprima

Esprima Tutorial

Quick Intro to JS Static and Dynamic Analysis with Esprima

Esprima @ SeeCodeRun

An intro about the code initial used by the ExecutionTrace team and their API.

How do I find method calls in the code?

How do I match the tokens with their code?

How do I rewrite code based on the tokens I find?

How do I create a stack trace with Esprima?