Created
September 23, 2017 10:14
-
-
Save gabro/26221d7c21ac0430fd944a4e6ab2095c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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