feat(fs): improve readTextFile and readTextFileLines performance (#1962)

This commit is contained in:
Amr Bashir
2024-11-21 15:43:51 +02:00
committed by GitHub
parent 5092ea5e89
commit ed981027dd
4 changed files with 116 additions and 65 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"fs": "patch"
"fs-js": "patch"
---
Improve performance of `readTextFile` and `readTextFileLines` APIs