We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53084ad commit 8efb2deCopy full SHA for 8efb2de
runtimes/server-interface/workspace.ts
@@ -5,7 +5,7 @@ interface Dirent {
5
isFile(): boolean
6
isDirectory(): boolean
7
name: string
8
- path: string
+ parentPath: string
9
}
10
11
/**
0 commit comments