Skip to content
Snippets Groups Projects
Commit df03c695 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] Refactoring: type FileDAL.sindexDAL

parent 6144ced3
Branches
Tags
No related merge requests found
...@@ -34,6 +34,7 @@ import {MetaDAL} from "./sqliteDAL/MetaDAL" ...@@ -34,6 +34,7 @@ import {MetaDAL} from "./sqliteDAL/MetaDAL"
import {BIndexDAL} from "./sqliteDAL/index/BIndexDAL" import {BIndexDAL} from "./sqliteDAL/index/BIndexDAL"
import {MIndexDAL} from "./sqliteDAL/index/MIndexDAL" import {MIndexDAL} from "./sqliteDAL/index/MIndexDAL"
import {CIndexDAL} from "./sqliteDAL/index/CIndexDAL" import {CIndexDAL} from "./sqliteDAL/index/CIndexDAL"
import {SIndexDAL} from "./sqliteDAL/index/SIndexDAL"
const fs = require('fs') const fs = require('fs')
const path = require('path') const path = require('path')
...@@ -72,7 +73,7 @@ export class FileDAL { ...@@ -72,7 +73,7 @@ export class FileDAL {
bindexDAL:BIndexDAL bindexDAL:BIndexDAL
mindexDAL:MIndexDAL mindexDAL:MIndexDAL
iindexDAL:any iindexDAL:any
sindexDAL:any sindexDAL:SIndexDAL
cindexDAL:CIndexDAL cindexDAL:CIndexDAL
newDals:{ [k:string]: Initiable } newDals:{ [k:string]: Initiable }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment