Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ update-timezone.mjs
File
update-timezone.mjs
tools/dep_updaters/update-timezone.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
import
{ execSync } from
'node:child_process'
;
4
import
{ renameSync, readdirSync, rmSync } from
'node:fs'
;
Callers
nothing calls this directly
Calls
10
execSync
Function · 0.85
sort
Method · 0.80
map
Method · 0.65
filter
Method · 0.65
forEach
Method · 0.65
readdirSync
Function · 0.50
renameSync
Function · 0.50
rmSync
Function · 0.50
isDirectory
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected