summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.deno.ns.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/dts/lib.deno.ns.d.ts')
-rw-r--r--cli/tsc/dts/lib.deno.ns.d.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts
index 401f9fa97..b01fea4c0 100644
--- a/cli/tsc/dts/lib.deno.ns.d.ts
+++ b/cli/tsc/dts/lib.deno.ns.d.ts
@@ -3289,10 +3289,10 @@ declare namespace Deno {
*
* _Linux/Mac OS only._ */
ino: number | null;
- /** **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.
*
- * The underlying raw `st_mode` bits that contain the standard Unix
- * permissions for this file/directory. */
+ * _Linux/Mac OS only._ */
mode: number | null;
/** Number of hard links pointing to this file.
*