Skip to content

Commit 6b9c349

Browse files
committed
Move local-databases.ts to local-databases/index.ts
1 parent d608c05 commit 6b9c349

2 files changed

Lines changed: 15 additions & 18 deletions

File tree

extensions/ql-vscode/src/databases/local-databases.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
export { DatabaseContentsWithDbScheme } from "./database-contents";
2+
export { DatabaseChangedEvent, DatabaseEventKind } from "./database-events";
3+
export { DatabaseItem } from "./database-item";
4+
export { DatabaseManager } from "./database-manager";
5+
export { DatabaseResolver } from "./database-resolver";
6+
7+
/**
8+
* databases.ts
9+
* ------------
10+
* Managing state of what the current database is, and what other
11+
* databases have been recently selected.
12+
*
13+
* The source of truth of the current state resides inside the
14+
* `DatabaseManager` class below.
15+
*/

0 commit comments

Comments
 (0)