MCPcopy Index your code
hub / github.com/cookpete/react-player / cliBuild

Function cliBuild

scripts/builder/builder.js:14–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12if (isCLI) cliBuild()
13
14export async function cliBuild () {
15 const { values: args, positionals } = parseArgs({
16 options: {},
17 strict: false,
18 allowPositionals: true
19 })
20
21 await build(positionals, args)
22}
23
24export async function build (positionals, args) {
25 // https://esbuild.github.io/api/#live-reload

Callers 1

builder.jsFile · 0.85

Calls 1

buildFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…