diff --git a/packages/babel-plugin-transform-runtime/src/definitions.js b/packages/babel-plugin-transform-runtime/src/definitions.js index 38fe3fdb97..6138d77b31 100644 --- a/packages/babel-plugin-transform-runtime/src/definitions.js +++ b/packages/babel-plugin-transform-runtime/src/definitions.js @@ -12,34 +12,15 @@ module.exports = { methods: { Array: { - concat: "array/concat", copyWithin: "array/copy-within", entries: "array/entries", - every: "array/every", fill: "array/fill", - filter: "array/filter", findIndex: "array/find-index", find: "array/find", - forEach: "array/for-each", from: "array/from", includes: "array/includes", - indexOf: "array/index-of", - join: "array/join", keys: "array/keys", - lastIndexOf: "array/last-index-of", - map: "array/map", of: "array/of", - pop: "array/pop", - push: "array/push", - reduceRight: "array/reduce-right", - reduce: "array/reduce", - reverse: "array/reverse", - shift: "array/shift", - slice: "array/slice", - some: "array/some", - sort: "array/sort", - splice: "array/splice", - unshift: "array/unshift", values: "array/values" },