archives

« Bugzilla Issues Index

#95 — Problems with module grammar


Both ExportPath and QualifiedReference needs to use back tracking since ModuleExpression can be (Identifier "." IdentifierName)*


Here is an example where back tracking is needed...

export a.b.c;

...since ModuleExpression will consume a.b.c.


no longer applicable to ES6 module features