MCPcopy
hub / github.com/triggerdotdev/trigger.dev / spinner

Function spinner

packages/cli-v3/src/utilities/windows.ts:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21// This will become unecessary with the next clack release, the bug was fixed here:
22// https://github.com/natemoo-re/clack/pull/182
23export const spinner = () => (isWindows ? ballmerSpinner() : clackSpinner());

Callers 12

_deployCommandFunction · 0.90
compileProjectFunction · 0.90
resolveDependenciesFunction · 0.90
typecheckProjectFunction · 0.90
installPackagesFunction · 0.90
writeConfigFileFunction · 0.90
printInitialBannerFunction · 0.90
whoAmIFunction · 0.85
updateTriggerPackagesFunction · 0.85
loginFunction · 0.85
createAuthorizationCodeFunction · 0.85

Calls 1

ballmerSpinnerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…