Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ dependency-externalizer.test.ts
File
dependency-externalizer.test.ts
packages/python/test/dependency-externalizer.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, describe, it, expect, vi } from
'vitest'
;
2
import
fs from
'fs-extra'
;
3
import
path from
'path'
;
4
import
{ tmpdir } from
'os'
;
Callers
nothing calls this directly
Calls
15
calculateBundleSize
Function · 0.90
parseUvLock
Function · 0.90
classifyPackages
Function · 0.90
getPackagesReachableOnPlatform
Function · 0.90
lambdaKnapsack
Function · 0.90
detectTargetPlatform
Function · 0.90
downloadUvBinaryForTarget
Function · 0.90
createExternalizer
Function · 0.85
createAnalyzedExternalizer
Function · 0.85
shouldEnableRuntimeInstall
Method · 0.80
removeSync
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected