README.md Note: All source code in this repository is under the Unlicense. Proposal for SpiderMonkey AST representation for import and export statements The current AST format is both inconsistent and complicated. Esprima and Acorn have two different syntax trees for the same thing, and that currently heavily hinders inter-op between the two. Since the module syntax is stabilized, but I can tell t