Commit 3c2a936
authored
fs: remove fs.read's string interface
It is a maintenance burden that was removed from the docs in 2010
(c93e0aa) and runtime-deprecated in v6.0
(1124de2).
PR-URL: #9683
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>1 parent 2685464 commit 3c2a936Copy full SHA for 3c2a936
File tree
Expand file treeCollapse file tree
7 files changed
+57
-218
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
7 files changed
+57
-218
lines changedOpen diff view settings
Collapse file
+2-80Lines changed: 2 additions & 80 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
555 | 555 | |
556 | 556 | |
557 | 557 | |
558 | | - |
559 | 558 | |
560 | | - |
561 | | - |
562 | | - |
563 | | - |
564 | | - |
565 | | - |
566 | | - |
567 | | - |
568 | | - |
569 | | - |
570 | | - |
571 | | - |
572 | | - |
573 | | - |
574 | | - |
575 | | - |
576 | | - |
577 | | - |
578 | | - |
579 | | - |
580 | | - |
581 | | - |
582 | | - |
583 | | - |
584 | | - |
585 | | - |
586 | | - |
587 | | - |
588 | | - |
589 | | - |
590 | | - |
591 | | - |
592 | 559 | |
593 | 560 | |
594 | 561 | |
| ||
606 | 573 | |
607 | 574 | |
608 | 575 | |
609 | | - |
610 | | - |
611 | | - |
612 | | - |
613 | | - |
614 | | - |
615 | | - |
616 | | - |
617 | | - |
618 | | - |
619 | | - |
620 | 576 | |
621 | | - |
622 | | - |
623 | | - |
624 | | - |
625 | | - |
626 | | - |
627 | | - |
628 | | - |
629 | | - |
630 | | - |
631 | | - |
632 | | - |
633 | | - |
634 | | - |
635 | | - |
636 | | - |
637 | | - |
638 | | - |
639 | | - |
640 | | - |
641 | | - |
642 | | - |
643 | | - |
644 | | - |
645 | 577 | |
646 | | - |
647 | | - |
648 | | - |
649 | | - |
650 | | - |
651 | | - |
652 | | - |
653 | | - |
654 | | - |
655 | | - |
| 578 | + |
656 | 579 | |
657 | 580 | |
658 | | - |
659 | | - |
| 581 | + |
660 | 582 | |
661 | 583 | |
662 | 584 | |
|
Collapse file
test/parallel/test-fs-read-buffer-tostring-fail.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read-buffer-tostring-fail.js-64Lines changed: 0 additions & 64 deletions
This file was deleted.
Collapse file
test/parallel/test-fs-read-buffer-zero-length.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read-buffer-zero-length.js-19Lines changed: 0 additions & 19 deletions
This file was deleted.
Collapse file
test/parallel/test-fs-read-buffer.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read-buffer.js-35Lines changed: 0 additions & 35 deletions
This file was deleted.
Collapse file
test/parallel/test-fs-read-type.js
Copy file name to clipboard+21Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
Collapse file
test/parallel/test-fs-read-zero-length.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read-zero-length.js+8-7Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
5 | 6 | |
6 | 7 | |
7 | 8 | |
8 | | - |
| 9 | + |
| 10 | + |
9 | 11 | |
10 | | - |
11 | | - |
12 | | - |
| 12 | + |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | | - |
17 | | - |
18 | | - |
| 17 | + |
| 18 | + |
| 19 | + |
Collapse file
test/parallel/test-fs-read.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read.js+26-13Lines changed: 26 additions & 13 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
5 | 6 | |
6 | 7 | |
7 | 8 | |
8 | | - |
9 | 9 | |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
| 10 | + |
19 | 11 | |
20 | | - |
21 | | - |
22 | | - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
0 commit comments