Skip to content

Commit 3ce9aac

Browse files
anonrigrichardlau
authored andcommitted
fs: remove internalModuleReadJSON binding
PR-URL: #51224 Refs: 45e4f82912 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Matthew Aitken <[email protected]>
1 parent f7b53d0 commit 3ce9aac

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
@@ -261,7 +261,6 @@ export interface FsBinding {
261261
fsync: typeof InternalFSBinding.fsync;
262262
ftruncate: typeof InternalFSBinding.ftruncate;
263263
futimes: typeof InternalFSBinding.futimes;
264-
internalModuleReadJSON: typeof InternalFSBinding.internalModuleReadJSON;
265264
internalModuleStat: typeof InternalFSBinding.internalModuleStat;
266265
lchown: typeof InternalFSBinding.lchown;
267266
link: typeof InternalFSBinding.link;

0 commit comments

Comments
 (0)