es5parser
requires esprima 1.x
and exports as es5parser
.
es6parser
requires esprima 2.x
and exports as es6parser
.
es7parser
requires esprima-fb 7.x
and exports as es7parser
.
esparser
requires all es5parser
and es6parser
and es7parser
, switches the parser based on the language option.