https://github.com/nodejs/node/pull/29061 broke the `fs-capacitor` module (used by `graphql-upload` to handle file uploads). I don't know if that module could be refactored to fix this but currently it overloads the `open` method (and still calls it internally) so this results in an infinite recursion: https://github.com/mike-marcacci/fs-capacitor/blob/51ce05dfa8bfa7d915447d700d36e422480c43e0/src/index.mjs#L70-L79 _Originally posted by @targos in https://github.com/nodejs/node/pull/29061_ @ronag @mcollina