Update javascript/ql/lib/change-notes/2025-03-26-async-fileRead.md

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Napalys Klicius
2025-03-27 10:21:23 +01:00
committed by GitHub
parent bf9a21fce2
commit d771a91c9c

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Added data flow from `require("fs").promises.readFile()` to `async`.
* Improved modeling of the `node:fs` module: `await`-ed calls to `read` and `readFile` are now supported.