>
>
> ```
> ImportClause :
>   ImportedBinding
>   ImportedBinding , NamedImports
>   NamedImports
> ```
>
>
Side topic, but this particular production:

     ImportClause: ImportedBinding , NamedImports

needs to die an immediate death.


> Or would the default value be an object containing all the named export
> values?
>

No - the default has no default, as it were.

Kevin
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to