We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c2b10 commit 79c6724Copy full SHA for 79c6724
src/compiler/sys.ts
@@ -570,6 +570,7 @@ namespace ts {
570
realpath
571
};
572
}
573
+
574
function recursiveCreateDirectory(directoryPath: string, sys: System) {
575
const basePath = getDirectoryPath(directoryPath);
576
const shouldCreateParent = basePath !== "" && directoryPath !== basePath && !sys.directoryExists(basePath);
0 commit comments