babel/packages
Sam Goldman 17d19a0056 Add export interface Flow syntax support
An interface export is just like a type export. In fact, it's a syntax affordance which makes the following equivalent:

```javascript
interface I_ { ... }
export type I = I_;
```

```javascript
export interface I { ... }
```

See facebook/flow#1145
2016-01-05 15:57:45 -08:00
..
2015-12-22 23:11:59 -08:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-13 23:01:37 -08:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2016-01-03 03:41:40 +00:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2015-12-04 22:56:51 +11:00
2016-01-03 03:41:40 +00:00
2015-12-04 22:56:51 +11:00
2015-12-22 23:11:59 -08:00
2015-10-29 17:51:24 +00:00

Woah, what's going on here?

A monorepo, muhahahahahaha. See the monorepo design doc for reasoning.