summaryrefslogtreecommitdiff
path: root/cli/js/file_info.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/file_info.ts')
-rw-r--r--cli/js/file_info.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/cli/js/file_info.ts b/cli/js/file_info.ts
index 71ecbee89..5e4da2a77 100644
--- a/cli/js/file_info.ts
+++ b/cli/js/file_info.ts
@@ -30,9 +30,10 @@ export interface FileInfo {
*
* _Linux/Mac OS only._ */
ino: number | null;
- /** The underlying raw st_mode bits that contain the standard Unix permissions
- * for this file/directory. TODO Match behavior with Go on windows for mode.
- */
+ /** **UNSTABLE**: Match behavior with Go on windows for `mode`.
+ *
+ * The underlying raw `st_mode` bits that contain the standard Unix
+ * permissions for this file/directory. */
mode: number | null;
/** Number of hard links pointing to this file.
*