Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ reBundle
Function
reBundle
core/rollup/3rd-party.cjs:38–38 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
36
37
// create a file rollup can then process and understand
38
const
reBundle = (name) => Promise.resolve(`
export
* from
"${name}"
;\n`);
39
40
// key/value pairs as:
41
// "3rd-party/file-name.js"
Callers
1
3rd-party.cjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected