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"],
|
||||
replace: ["es.string.replace", "es.regexp.exec"],
|
||||
replaceAll: ["esnext.string.replace-all"],
|
||||
reverse: ["es.string.reverse"],
|
||||
reverse: ["es.array.reverse"],
|
||||
search: ["es.string.search", "es.regexp.exec"],
|
||||
slice: ["es.array.slice"],
|
||||
small: ["es.string.small"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user