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

Function buildComplete

scripts/build.mjs:303–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301}
302
303function buildComplete() {
304 if (usingProgressBar) {
305 progressBar.stop()
306 }
307 clearTimeout(timeout)
308 if (Object.keys(progress.warnings).length) {
309 msg.warn('Build completed with warnings:\n')
310 for (const pkg in progress.warnings) {
311 msg.warn(`----------\n@formkit/${pkg}`)
312 progress.warnings[pkg].forEach((warning) => msg.warn(`\n${warning}\n`))
313 }
314 }
315 msg.success(
316 'build complete (' +
317 ((performance.now() - startTime) / 1000).toFixed(2) +
318 's)'
319 )
320}
321
322function estimatedLogs(p) {
323 switch (p) {

Callers 2

buildPackageFunction · 0.85
buildAllPackagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected