MCPcopy Create free account
hub / github.com/adobe/react-spectrum / run

Function run

packages/dev/s2-icon-builder/index.js:88–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86let bundler = new Parcel(options);
87
88async function run() {
89 try {
90 let {bundleGraph, buildTime} = await bundler.run();
91 let bundles = bundleGraph.getBundles();
92 console.log(`✨ Built ${bundles.length} icons in ${buildTime}ms!`);
93 } catch (err) {
94 console.log(err);
95 }
96}
97
98run().then(() => {
99 if (args.values.isLibrary) {

Callers 1

index.jsFile · 0.70

Calls 1

runMethod · 0.80

Tested by

no test coverage detected