feat(fs): #3243 add encoding option to readTextFile functions (#3244)

* feat(fs): #3243 add encoding option to readFile and readTextFile functions

* feat(fs): add encoding option to ReadFileOptions and update readTextFileLines functions

* add change file
This commit is contained in:
Seiji Okuda
2026-02-09 23:08:26 +09:00
committed by GitHub
parent 05045f9a72
commit e97a4dedab
3 changed files with 13 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"fs": minor
"fs-js": minor
---
Add `encoding` option for `readTextFile` and `readTextFileLines`