Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/corepack
/ genlist.ts
File
genlist.ts
genlist.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{readFileSync} from
'fs'
;
2
import
semverCompare from
'semver/functions/compare'
;
3
4
const
lines = readFileSync(0, `utf8`).split(/\n/).filter(line => line);
Callers
nothing calls this directly
Calls
1
log
Method · 0.80
Tested by
no test coverage detected