MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / unbundle

Function unbundle

local-cli/bundle/unbundle.js:18–20  ·  view source on GitHub ↗

* Builds the bundle starting to look for dependencies at the given entry path.

(argv, config, args, packagerInstance)

Source from the content-addressed store, hash-verified

16 * Builds the bundle starting to look for dependencies at the given entry path.
17 */
18function unbundle(argv, config, args, packagerInstance) {
19 return bundleWithOutput(argv, config, args, outputUnbundle, packagerInstance);
20}
21
22module.exports = {
23 name: 'unbundle',

Callers

nothing calls this directly

Calls 1

bundleWithOutputFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…