Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ lint-sh.mjs
File
lint-sh.mjs
tools/lint-sh.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
import
{ execSync, spawn } from
'node:child_process'
;
4
import
{ promises as fs, readdirSync, statSync } from
'node:fs'
;
Callers
nothing calls this directly
Calls
11
findScriptFilesRecursively
Function · 0.85
includes
Method · 0.80
checkFiles
Function · 0.70
onError
Function · 0.70
resolve
Function · 0.50
statSync
Function · 0.50
push
Method · 0.45
from
Method · 0.45
log
Method · 0.45
isDirectory
Method · 0.45
isFile
Method · 0.45
Tested by
no test coverage detected