Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
92
const
evaluateBundle =
async
(bundle) => {
93
const
{ module } =
await
testBundle(null, bundle);
94
return
module.exports;
95
};
96
97
module.exports = {
98
evaluateBundle,
Callers
3
test.mjs
File · 0.90
tslib.js
File · 0.90
test.js
File · 0.85
Calls
1
testBundle
Function · 0.70
Tested by
no test coverage detected