Open xjamundx opened 8 years ago
A list would be good. I agree.
Also of note are download stats for the 4 big esprima-like parsers:
Agreed. I think downloads isn't needed in this case. However finding out what depends on each of them maybe has more relevance.
Which projects are using which tool?
In my head everyone has pretty much converged around acorn, but maybe babylon will become the new standard. I have a fairly limited set of tools I work with however, so it would be nice to see a list of modern projects and which parsers they use.
eslint for example uses
espree
, but mostly as a simple translation layer betweenacorn
andesprima
for error handling and other things, sinceeslint
originally usedesprima
and now usesacorn
under the hood (viaespree
).