Function: createPathTranslator()
ts
function createPathTranslator(
root: string,
fileSystem: SandboxFileSystem,
): PathTranslator;Defined in: src/batteries/sandbox/paths.ts:58
Create a translator that applies the five-step, workspace-relative path policy.
Parameters
| Parameter | Type |
|---|---|
root | string |
fileSystem | SandboxFileSystem |