Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helpers version from 7.0.1 to 7.0.2 #8703

Merged
merged 1 commit into from Sep 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/babel-helpers/src/helpers.js
Expand Up @@ -1054,7 +1054,7 @@ helpers.classPrivateFieldSet = helper("7.0.0-beta.0")`
}
`;

helpers.classStaticPrivateFieldSpecGet = helper("7.0.1")`
helpers.classStaticPrivateFieldSpecGet = helper("7.0.2")`
export default function _classStaticPrivateFieldSpecGet(receiver, classConstructor, descriptor) {
if (receiver !== classConstructor) {
throw new TypeError("Private static access of wrong provenance");
Expand All @@ -1063,7 +1063,7 @@ helpers.classStaticPrivateFieldSpecGet = helper("7.0.1")`
}
`;

helpers.classStaticPrivateFieldSpecSet = helper("7.0.1")`
helpers.classStaticPrivateFieldSpecSet = helper("7.0.2")`
export default function _classStaticPrivateFieldSpecSet(receiver, classConstructor, descriptor, value) {
if (receiver !== classConstructor) {
throw new TypeError("Private static access of wrong provenance");
Expand All @@ -1079,7 +1079,7 @@ helpers.classStaticPrivateFieldSpecSet = helper("7.0.1")`
}
`;

helpers.decorate = helper("7.0.1")`
helpers.decorate = helper("7.0.2")`
import toArray from "toArray";

// These comments are stripped by @babel/template
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
["proposal-class-properties", { "loose": true }],
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
["proposal-class-properties", { "loose": true }],
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
["proposal-class-properties", { "loose": true }],
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
["proposal-class-properties", { "loose": true }],
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
["proposal-class-properties", { "loose": true }],
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
["proposal-class-properties", { "loose": true }],
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
["proposal-class-properties", { "loose": true }],
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
["proposal-class-properties", { "loose": true }],
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
["proposal-class-properties", { "loose": true }],
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"proposal-class-properties",
Expand Down
Expand Up @@ -207,7 +207,7 @@ function addDecorateHelper(file) {
if (err.code === "BABEL_HELPER_UNKNOWN") {
err.message +=
"\n '@babel/plugin-transform-decorators' in non-legacy mode" +
" requires '@babel/core' version ^7.0.1 and you appear to be using" +
" requires '@babel/core' version ^7.0.2 and you appear to be using" +
" an older version.";
}
throw err;
Expand Down
Expand Up @@ -5,7 +5,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
]
]
Expand Down
Expand Up @@ -5,7 +5,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
]
]
Expand Down
Expand Up @@ -5,7 +5,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
]
]
Expand Down
Expand Up @@ -5,7 +5,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
]
]
Expand Down
Expand Up @@ -5,7 +5,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
],
"syntax-async-generators"
Expand Down
Expand Up @@ -5,7 +5,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.1"
"helperVersion": "7.0.2"
}
]
]
Expand Down
Expand Up @@ -4,7 +4,7 @@
"transform-runtime",
{
"corejs": 2,
"version": "^7.0.1"
"version": "^7.0.2"
}
],
"transform-regenerator"
Expand Down