chore: remove node patches by using the preload feature (#41080)

This commit is contained in:
Cheng Zhao 2024-01-25 00:54:32 +09:00 committed by GitHub
parent 031d636823
commit d13a93fb61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 403 additions and 135 deletions

View file

@ -90,7 +90,6 @@ declare namespace NodeJS {
asarPath: string;
filePath: string;
};
initAsarSupport(require: NodeJS.Require): void;
}
interface NetBinding {