+8
-0
lines changedFilter options
+8
-0
lines changed Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1
+
try {
2
+
const { enableCompileCache } = require('node:module')
3
+
/* istanbul ignore next */
4
+
if (enableCompileCache) {
5
+
enableCompileCache()
6
+
}
7
+
} catch (e) { /* istanbul ignore next */ }
8
+
1
9
const validateEngines = require('./cli/validate-engines.js')
2
10
const cliEntry = require('node:path').resolve(__dirname, 'cli/entry.js')
3
11
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4