Add Hide Tab Index and Hide Tab Close Button

This commit is contained in:
pinpin
2020-11-16 20:27:39 +02:00
parent bc5e6e9535
commit 2d558563e4
21 changed files with 1790 additions and 8549 deletions

View File

@@ -1,6 +1,6 @@
import * as createLRU from 'lru-cache'
import * as fs from 'fs'
const lru = createLRU({ max: 256, maxAge: 250 })
const lru = new createLRU({ max: 256, maxAge: 250 })
const origLstat = fs.realpathSync.bind(fs)
// NB: The biggest offender of thrashing realpathSync is the node module system

File diff suppressed because it is too large Load Diff