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

Function bundleWithOutput

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

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

(argv, config, args, output, 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 bundleWithOutput(argv, config, args, output, packagerInstance) {
19 if (!output) {
20 output = outputBundle;
21 }
22 return buildBundle(args, config, output, packagerInstance);
23}
24
25function bundle(argv, config, args, packagerInstance) {
26 return bundleWithOutput(argv, config, args, undefined, packagerInstance);

Callers 2

bundleFunction · 0.85
unbundleFunction · 0.85

Calls 1

buildBundleFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…