Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support method unbound for fs/promises in flow 0.154
Summary: <!-- If this is a change to library defintions, please include links to relevant documentation. If this is a documentation change, please prefix the title with [DOCS]. If this is neither, ensure you opened a discussion issue and link it in the PR description. --> This PR allows using fs/promises like this in flow 0.154: ```js const {writeFile} = require('fs').promises; ``` Node fs/promises doc: https://nodejs.org/api/fs.html#fs_promises_api Pull Request resolved: #8697 Reviewed By: dsainati1 Differential Revision: D29451697 Pulled By: gkz fbshipit-source-id: 3f0638503681c1f69f82db17a1ac661a55f30405
- Loading branch information