MCPcopy Index your code
hub / github.com/rollup/plugins / evaluateBundle

Function evaluateBundle

util/test.js:92–95  ·  view source on GitHub ↗
(bundle)

Source from the content-addressed store, hash-verified

90};
91
92const evaluateBundle = async (bundle) => {
93 const { module } = await testBundle(null, bundle);
94 return module.exports;
95};
96
97module.exports = {
98 evaluateBundle,

Callers 3

test.mjsFile · 0.90
tslib.jsFile · 0.90
test.jsFile · 0.85

Calls 1

testBundleFunction · 0.70

Tested by

no test coverage detected