MCPcopy 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
38const reBundle = (name) => Promise.resolve(`export * from "${name}";\n`);
39
40// key/value pairs as:
41// "3rd-party/file-name.js"

Callers 1

3rd-party.cjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected