MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / escapeImportPath

Function escapeImportPath

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

Source from the content-addressed store, hash-verified

3export const isWindows = process.platform === "win32";
4
5export function escapeImportPath(path: string) {
6 return isWindows ? path.replaceAll("\\", "\\\\") : path;
7}
8
9const ballmerSpinner = () => ({
10 start: (msg?: string): void => {

Callers 3

runBuildFunction · 0.90
compileProjectFunction · 0.90
setupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…