Kevin Smith (2014-03-14T19:32:32.000Z)
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.