fix: replace es.string.reverse with es.array.reverse (#10284)
This commit is contained in:
parent
ba28f462bc
commit
66727632e8
@ -215,7 +215,7 @@ export const InstanceProperties: ObjectMap<string[]> = {
|
|||||||
repeat: ["es.string.repeat"],
|
repeat: ["es.string.repeat"],
|
||||||
replace: ["es.string.replace", "es.regexp.exec"],
|
replace: ["es.string.replace", "es.regexp.exec"],
|
||||||
replaceAll: ["esnext.string.replace-all"],
|
replaceAll: ["esnext.string.replace-all"],
|
||||||
reverse: ["es.string.reverse"],
|
reverse: ["es.array.reverse"],
|
||||||
search: ["es.string.search", "es.regexp.exec"],
|
search: ["es.string.search", "es.regexp.exec"],
|
||||||
slice: ["es.array.slice"],
|
slice: ["es.array.slice"],
|
||||||
small: ["es.string.small"],
|
small: ["es.string.small"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user