Skip to content

Commit b01f71e

Browse files
authored
feat: add find-index to native manifest
1 parent 77ae736 commit b01f71e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manifests/native.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,6 +2019,11 @@
20192019
"moduleName": "filter-array",
20202020
"replacements": ["Array.prototype.filter"]
20212021
},
2022+
"find-index": {
2023+
"type": "module",
2024+
"moduleName": "find-index",
2025+
"replacements": ["Array.prototype.findIndex"]
2026+
},
20222027
"for-each": {
20232028
"type": "module",
20242029
"moduleName": "for-each",

0 commit comments

Comments
 (0)