benjamn/reify

Improve performance of ast-types.

jdalton opened this issue · 1 comments

I wanted to bubble up the issue with Reify's use of ast-types so that folks like @hzoo (or someone he may recommend) can help.

Related to #79.

Besides performance, removing the ast-types dependency would liberate Reify from having to care about the exact set of AST types the parser is using (Esprima, Babylon, etc.), as long as the import/export-related types agree.