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

File main.js

test/cli/samples/external-modules/main.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { relative, normalize } from 'path';
2import { format } from 'util';
3
4assert.equal( format( 'it %s', 'works' ), 'it works' );

Callers

nothing calls this directly

Calls 3

relativeFunction · 0.90
normalizeFunction · 0.90
formatFunction · 0.50

Tested by

no test coverage detected