merge 2.0.0-m3

This commit is contained in:
Eduard Heimbuch
2019-08-15 10:51:36 +02:00
172 changed files with 3320 additions and 1792 deletions

View File

@@ -1,5 +1,6 @@
// @flow
import * as diffs from "./diffs";
export { diffs };
export * from "./changesets";
@@ -12,6 +13,7 @@ export type {
FileChangeType,
Hunk,
Change,
ChangeType,
BaseContext,
AnnotationFactory,
AnnotationFactoryContext,