From e24249cf377c16ffe8e1984147226436f303e493 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Thu, 21 Dec 2023 16:23:20 -0500 Subject: [PATCH] fs: remove `internalModuleReadJSON` binding PR-URL: https://github.com/nodejs/node/pull/51224 Refs: https://github.com/nodejs/node/commit/45e4f82912 Reviewed-By: Antoine du Hamel Reviewed-By: Matthew Aitken --- typings/internalBinding/fs.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typings/internalBinding/fs.d.ts b/typings/internalBinding/fs.d.ts index 046eeeb230974b..5a4741e99fa727 100644 --- a/typings/internalBinding/fs.d.ts +++ b/typings/internalBinding/fs.d.ts @@ -260,7 +260,6 @@ export interface FsBinding { fsync: typeof InternalFSBinding.fsync; ftruncate: typeof InternalFSBinding.ftruncate; futimes: typeof InternalFSBinding.futimes; - internalModuleReadJSON: typeof InternalFSBinding.internalModuleReadJSON; internalModuleStat: typeof InternalFSBinding.internalModuleStat; lchown: typeof InternalFSBinding.lchown; link: typeof InternalFSBinding.link;