Kevin Smith (2014-03-14T19:32:32.000Z)
>
>
>     ExportDeclaration :
>         ...
>         export default FunctionDeclaration ;
>         export default ClassDeclaration ;
>         export default [lookahead !in { function, class }]
> AssignmentExpression ;
>

I think this would allay most of my concerns.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140314/3b11bb06/attachment.html>
domenic at domenicdenicola.com (2014-03-21T16:52:22.175Z)
>     ExportDeclaration :
>         ...
>         export default FunctionDeclaration ;
>         export default ClassDeclaration ;
>         export default [lookahead !in { function, class }] AssignmentExpression ;
>

I think this would allay most of my concerns.