File tree Expand file tree Collapse file tree
src/databases/local-databases
test/vscode-tests/minimal-workspace Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- export { DatabaseContentsWithDbScheme } from "./database-contents" ;
1+ export {
2+ DatabaseContents ,
3+ DatabaseContentsWithDbScheme ,
4+ DatabaseKind ,
5+ } from "./database-contents" ;
26export { DatabaseChangedEvent , DatabaseEventKind } from "./database-events" ;
37export { DatabaseItem } from "./database-item" ;
8+ export { DatabaseItemImpl } from "./database-item-impl" ;
49export { DatabaseManager } from "./database-manager" ;
510export { DatabaseResolver } from "./database-resolver" ;
11+ export { DatabaseOptions , FullDatabaseOptions } from "./database-options" ;
Original file line number Diff line number Diff line change 99 DatabaseItemImpl ,
1010 DatabaseManager ,
1111 DatabaseResolver ,
12- findSourceArchive ,
1312 FullDatabaseOptions ,
1413} from "../../../src/databases/local-databases" ;
1514import { Logger } from "../../../src/common" ;
@@ -32,6 +31,7 @@ import {
3231 mockDbOptions ,
3332 sourceLocationUri ,
3433} from "../../factories/databases/databases" ;
34+ import { findSourceArchive } from "../../../src/databases/local-databases/database-resolver" ;
3535
3636describe ( "local databases" , ( ) => {
3737 let databaseManager : DatabaseManager ;
You can’t perform that action at this time.
0 commit comments