Merged in feature/diff_annotations (pull request #211)

Feature/diff annotations
This commit is contained in:
René Pfeuffer
2019-03-07 12:11:56 +00:00
9 changed files with 322 additions and 51 deletions

View File

@@ -37,3 +37,16 @@ export * from "./layout";
export * from "./modals";
export * from "./navigation";
export * from "./repos";
// not sure if it is required
export type {
File,
FileChangeType,
Hunk,
Change,
BaseContext,
AnnotationFactory,
AnnotationFactoryContext,
DiffEventHandler,
DiffEventContext
} from "./repos";