summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_fs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/_fs')
-rw-r--r--ext/node/polyfills/_fs/_fs_constants.ts22
1 files changed, 22 insertions, 0 deletions
diff --git a/ext/node/polyfills/_fs/_fs_constants.ts b/ext/node/polyfills/_fs/_fs_constants.ts
index d44f4917e..0af75f072 100644
--- a/ext/node/polyfills/_fs/_fs_constants.ts
+++ b/ext/node/polyfills/_fs/_fs_constants.ts
@@ -12,6 +12,28 @@ export const {
S_IXUSR,
S_IRGRP,
S_IWGRP,
+ S_IFBLK,
+ S_IFCHR,
+ S_IFDIR,
+ S_IFIFO,
+ S_IFLNK,
+ S_IFMT,
+ S_IFREG,
+ S_IFSOCK,
+ S_IRWXG,
+ S_IRWXO,
+ S_IRWXU,
+ UV_DIRENT_BLOCK,
+ UV_DIRENT_CHAR,
+ UV_DIRENT_DIR,
+ UV_DIRENT_FIFO,
+ UV_DIRENT_FILE,
+ UV_DIRENT_LINK,
+ UV_DIRENT_SOCKET,
+ UV_DIRENT_UNKNOWN,
+ UV_FS_O_FILEMAP,
+ UV_FS_SYMLINK_DIR,
+ UV_FS_SYMLINK_JUNCTION,
S_IXGRP,
S_IROTH,
S_IWOTH,