Jason Orendorff (2014-01-29T23:40:54.000Z)
On Wed, Jan 29, 2014 at 3:39 PM, Calvin Metcalf
<calvin.metcalf at gmail.com> wrote:
> *would be equivalent of it was allowed
>
>[...]
>> So the following are equivalent?
>>
>> ```js
>> export default foo();
>> export let default = foo();
>> ```

Yes.

-j
domenic at domenicdenicola.com (2014-02-04T20:54:34.615Z)
Yes.