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‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ export interface FsBinding{
261261
fsync: typeofInternalFSBinding.fsync;
262262
ftruncate: typeofInternalFSBinding.ftruncate;
263263
futimes: typeofInternalFSBinding.futimes;
264-
internalModuleReadJSON: typeofInternalFSBinding.internalModuleReadJSON;
265264
internalModuleStat: typeofInternalFSBinding.internalModuleStat;
266265
lchown: typeofInternalFSBinding.lchown;
267266
link: typeofInternalFSBinding.link;

0 commit comments

Comments
(0)