File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/kbn-optimizer/src/node Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -49,23 +49,19 @@ export class Cache {
4949 this . codes = LmdbStore . open ( {
5050 name : 'codes' ,
5151 path : CACHE_DIR ,
52- // @ts -expect-error See https://github.com/DoctorEvidence/lmdb-store/pull/18
5352 maxReaders : 500 ,
5453 } ) ;
5554
56- // @ts -expect-error See https://github.com/DoctorEvidence/lmdb-store/pull/18
5755 this . atimes = this . codes . openDB ( {
5856 name : 'atimes' ,
5957 encoding : 'string' ,
6058 } ) ;
6159
62- // @ts -expect-error See https://github.com/DoctorEvidence/lmdb-store/pull/18
6360 this . mtimes = this . codes . openDB ( {
6461 name : 'mtimes' ,
6562 encoding : 'string' ,
6663 } ) ;
6764
68- // @ts -expect-error See https://github.com/DoctorEvidence/lmdb-store/pull/18
6965 this . sourceMaps = this . codes . openDB ( {
7066 name : 'sourceMaps' ,
7167 encoding : 'msgpack' ,
You can’t perform that action at this time.
0 commit comments