Commit Graph

2 Commits (c085aeb152a7d881e4b85ebfc8a071f3aa1eb36e)

Author SHA1 Message Date
Brian Ng 1c8414e894 Fix empty export with from clause (#248) 2017-01-16 08:58:23 -08:00
Christopher Chedeau 0e1afd6312 Fix empty exports (#225)
```js
export {};
```

was printed as

```js
export
```

which is invalid.

This was discovered by #223
2017-01-15 23:53:41 -05:00