Bun.allocUnsafe

This commit is contained in:
Jarred Sumner
2022-03-19 07:47:30 -07:00
parent be99967d67
commit 8313f19eb8
3 changed files with 43 additions and 1 deletions

View File

@@ -2168,7 +2168,7 @@ const Arguments = struct {
};
};
const Constants = struct {
pub const Constants = struct {
// File Access Constants
/// Constant for fs.access(). File is visible to the calling process.
pub const F_OK = std.os.F_OK;