Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ transpile.cjs
File
transpile.cjs
test/fixtures/es-modules/transpiled-cjs-require-module/transpile.cjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
// This script is used to transpile ESM fixtures from the src/ directory
4
// to CJS modules in dist/. The transpiled CJS files are used to test
Callers
nothing calls this directly
Calls
5
writeFileSync
Function · 0.85
require
Function · 0.50
join
Function · 0.50
readdirSync
Function · 0.50
readFileSync
Function · 0.50
Tested by
no test coverage detected