Open ariya opened 8 years ago
The specification says that:
It is a Syntax Error if any element of the ExportedBindings of ModuleItemList does not also occur in either the VarDeclaredNames of ModuleItemList, or the LexicallyDeclaredNames of ModuleItemList.
(More to be written)
@ariya For early errors you can use this one as a reference: https://github.com/shapesecurity/shift-parser-js/blob/es2016/test/early-errors.js
The specification says that:
(More to be written)