Skip to content

Commit b452ffc

Browse files
gkottr Danil
authored andcommitted
Fix #436
Fix missing Array.prototype methods from ES2023
1 parent 2f3d304 commit b452ffc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dictionary/dictionary.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,13 @@ export const dictionary = [
631631
['reduce', 'редиска'],
632632
['reduceRight', 'редискаПравая'],
633633
['reverse', 'шухильмеМухильме'],
634+
['toReversed', 'такогоЖеНоРаком'],
634635
['shift', 'первыйБачок'],
635636
['splice', 'въебатьГовна'],
637+
['toSpliced', 'дайГовноёба'],
638+
['toSpliced', 'дайГовноеба'],
636639
['sort', 'сидор'],
640+
['toSorted', 'дайСидора'],
637641
['some', 'нарываешься'],
638642
['unshift', 'верниБачок'],
639643
['values', 'валиоси'],

0 commit comments

Comments
 (0)