MCPcopy 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
437export function getEsbuildBinaryPath(): string {
438 return path.join(getContinueUtilsPath(), "esbuild");
439}
440
441export function migrateV1DevDataFiles() {
442 const devDataPath = getDevDataPath();

Callers 1

buildConfigTsWithBinaryFunction · 0.90

Calls 1

getContinueUtilsPathFunction · 0.85

Tested by

no test coverage detected