Skip to content

Commit e24249c

Browse files
anonrigRafaelGSS
authored andcommitted
fs: remove internalModuleReadJSON binding
PR-URL: #51224 Refs: 45e4f82912 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
1 parent c7a1359 commit e24249c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typings/internalBinding/fs.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ export interface FsBinding {
260260
fsync: typeof InternalFSBinding.fsync;
261261
ftruncate: typeof InternalFSBinding.ftruncate;
262262
futimes: typeof InternalFSBinding.futimes;
263-
internalModuleReadJSON: typeof InternalFSBinding.internalModuleReadJSON;
264263
internalModuleStat: typeof InternalFSBinding.internalModuleStat;
265264
lchown: typeof InternalFSBinding.lchown;
266265
link: typeof InternalFSBinding.link;

0 commit comments

Comments
 (0)