Commit 8e6c191
zlib: use modern class syntax for zstd classes
PR-URL: #56965
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent a3ca7f3 commit 8e6c191Copy full SHA for 8e6c191
File tree
Expand file treeCollapse file tree
3 files changed
+44
-55
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
3 files changed
+44
-55
lines changedOpen diff view settings
Collapse file
+42-53Lines changed: 42 additions & 53 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
830 | 830 | |
831 | 831 | |
832 | 832 | |
833 | | - |
834 | | - |
835 | | - |
836 | | - |
837 | | - |
838 | | - |
839 | | - |
840 | | - |
841 | | - |
842 | | - |
843 | | - |
844 | | - |
845 | | - |
846 | | - |
847 | | - |
848 | | - |
849 | | - |
850 | | - |
851 | | - |
852 | | - |
853 | | - |
854 | | - |
855 | | - |
| 833 | + |
| 834 | + |
| 835 | + |
| 836 | + |
| 837 | + |
| 838 | + |
| 839 | + |
| 840 | + |
| 841 | + |
| 842 | + |
| 843 | + |
| 844 | + |
| 845 | + |
| 846 | + |
| 847 | + |
| 848 | + |
| 849 | + |
| 850 | + |
| 851 | + |
| 852 | + |
| 853 | + |
856 | 854 | |
857 | | - |
| 855 | + |
| 856 | + |
858 | 857 | |
859 | | - |
860 | | - |
861 | | - |
862 | | - |
863 | | - |
864 | | - |
865 | | - |
| 858 | + |
866 | 859 | |
867 | | - |
| 860 | + |
| 861 | + |
| 862 | + |
| 863 | + |
| 864 | + |
| 865 | + |
| 866 | + |
| 867 | + |
| 868 | + |
| 869 | + |
868 | 870 | |
869 | | - |
870 | | - |
871 | | - |
872 | 871 | |
873 | 872 | |
874 | 873 | |
| ||
878 | 877 | |
879 | 878 | |
880 | 879 | |
881 | | - |
882 | | - |
883 | | - |
884 | | - |
885 | | - |
886 | | - |
| 880 | + |
| 881 | + |
| 882 | + |
| 883 | + |
887 | 884 | |
888 | | - |
889 | | - |
890 | | - |
891 | 885 | |
892 | 886 | |
893 | 887 | |
| ||
897 | 891 | |
898 | 892 | |
899 | 893 | |
900 | | - |
901 | | - |
902 | | - |
903 | | - |
904 | | - |
905 | | - |
| 894 | + |
| 895 | + |
| 896 | + |
| 897 | + |
906 | 898 | |
907 | | - |
908 | | - |
909 | | - |
910 | 899 | |
911 | 900 | |
912 | 901 | |
|
Collapse file
test/parallel/test-zlib-invalid-input.js
Copy file name to clipboardExpand all lines: test/parallel/test-zlib-invalid-input.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
| 43 | + |
44 | 44 | |
45 | 45 | |
46 | 46 | |
|
Collapse file
test/parallel/test-zlib-zero-byte.js
Copy file name to clipboardExpand all lines: test/parallel/test-zlib-zero-byte.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
|
0 commit comments