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

File index.js

test/watch/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const assert = require('node:assert');
2const { existsSync, readdirSync, readFileSync, rmSync, unlinkSync } = require('node:fs');
3const { rm, unlink, writeFile, mkdir } = require('node:fs/promises');
4const path = require('node:path');

Callers

nothing calls this directly

Calls 14

sequenceFunction · 0.85
atomicWriteFileSyncFunction · 0.85
getTimeDiffInMsFunction · 0.85
writeFileFunction · 0.85
watchMethod · 0.80
onceMethod · 0.80
pushMethod · 0.80
toStringMethod · 0.80
runFunction · 0.70
closeMethod · 0.65
offMethod · 0.65
onMethod · 0.65

Tested by

no test coverage detected