Skip to content

Commit

Permalink
Update helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 1, 2020
1 parent 58c5857 commit 805390f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/babel-helpers/src/helpers.js
Expand Up @@ -500,7 +500,7 @@ helpers.setPrototypeOf = helper("7.0.0-beta.0")`
}
`;

helpers.isNativeReflectConstruct = helper("7.0.1")`
helpers.isNativeReflectConstruct = helper("7.9.0")`
export default function _isNativeReflectConstruct() {
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
Expand Down Expand Up @@ -733,7 +733,7 @@ helpers.possibleConstructorReturn = helper("7.0.0-beta.0")`
}
`;

helpers.createSuper = helper("7.0.1")`
helpers.createSuper = helper("7.9.0")`
import getPrototypeOf from "getPrototypeOf";
import isNativeReflectConstruct from "isNativeReflectConstruct";
import possibleConstructorReturn from "possibleConstructorReturn";
Expand Down

0 comments on commit 805390f

Please sign in to comment.