MCPcopy
hub / github.com/rollup/rollup / native.js

File native.js

native.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { existsSync } = require('node:fs');
2const path = require('node:path');
3const { platform, arch, report } = require('node:process');
4const { spawnSync } = require('node:child_process');

Callers

nothing calls this directly

Calls 4

isMingw32Function · 0.85
getPackageBaseFunction · 0.85
requireWithFriendlyErrorFunction · 0.85
requireFunction · 0.50

Tested by

no test coverage detected