Skip to content

Commit

Permalink
fs: remove internalModuleReadJSON binding
Browse files Browse the repository at this point in the history
PR-URL: nodejs#51224
Refs: nodejs@45e4f82912
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
  • Loading branch information
anonrig authored Dec 21, 2023
1 parent 30f8ef1 commit bfa2eeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typings/internalBinding/fs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bfa2eeb

Please sign in to comment.