implemented api for diff annotations

This commit is contained in:
Sebastian Sdorra
2019-02-27 11:56:50 +01:00
parent 3ac47b0977
commit 891e3587b3
8 changed files with 280 additions and 44 deletions

View File

@@ -36,3 +36,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";