A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/cli/commit/e19bff0ece79b189497720f076c0b324cb641061 below:

enable compile cache if present (#7901) · npm/cli@e19bff0 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+8

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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