MCPcopy Create free account
hub / github.com/FastLED/FastLED / _tarball_url

Function _tarball_url

ci/esbuild_frontend.py:43–45  ·  view source on GitHub ↗
(platform: str, arch: str)

Source from the content-addressed store, hash-verified

41
42
43def _tarball_url(platform: str, arch: str) -> str:
44 package_tail = f"{platform}-{arch}"
45 return f"https://registry.npmjs.org/@esbuild/{package_tail}/-/{package_tail}-{ESBUILD_VERSION}.tgz"
46
47
48def install_esbuild(force: bool = False) -> Path:

Callers 1

install_esbuildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected