Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ getEsbuildBinaryPath
Function
getEsbuildBinaryPath
core/util/paths.ts:437–439 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
435
}
436
437
export
function
getEsbuildBinaryPath(): string {
438
return
path.join(getContinueUtilsPath(),
"esbuild"
);
439
}
440
441
export
function
migrateV1DevDataFiles() {
442
const
devDataPath = getDevDataPath();
Callers
1
buildConfigTsWithBinary
Function · 0.90
Calls
1
getContinueUtilsPath
Function · 0.85
Tested by
no test coverage detected