MCPcopy Create free account
hub / github.com/formkit/formkit / estimatedLogs

Function estimatedLogs

scripts/build.mjs:322–332  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

320}
321
322function estimatedLogs(p) {
323 switch (p) {
324 case 'vue': {
325 return 28 // 3 packages to bundle under vue
326 }
327 case 'themes':
328 return 21 * 6 // 6 packages to bundle under themes
329 default:
330 return 21
331 }
332}
333
334/**
335 * Filly setup the command line tool and options.

Callers 2

buildPackageFunction · 0.85
buildAllPackagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected