Skip to content

Instantly share code, notes, and snippets.

@gabro
Created September 23, 2017 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabro/26221d7c21ac0430fd944a4e6ab2095c to your computer and use it in GitHub Desktop.
Save gabro/26221d7c21ac0430fd944a4e6ab2095c to your computer and use it in GitHub Desktop.
parser | AST | ES2017 | ES next
-----------|:---------------:|:------:|:--------------:
acorn | ESTree | ✅ | only stage-4
babylon | Babylon AST | ✅ | ✅
espree | ESTree | ✅ | same as acorn
esprima | ESTree | ✅ | ❌
flow | ESTree + custom | ✅ | ✅
TypeScript | TypeScript AST | ✅ | ✅
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment