Skip to content

Commit 1a030ad

Browse files
babel-botnicolo-ribaudo
authored andcommitted
Update fixtures (Windows)
1 parent f370fb4 commit 1a030ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • packages/babel-preset-env/test/fixtures/loose-class-features-precedence/properties-not-loose-preset-loose-win
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
var _foo = /*#__PURE__*/new WeakSet();
1+
var _A_brand = /*#__PURE__*/new WeakSet();
22
class A {
33
constructor() {
4-
babelHelpers.classPrivateMethodInitSpec(this, _foo);
4+
babelHelpers.classPrivateMethodInitSpec(this, _A_brand);
55
babelHelpers.defineProperty(this, "x", 2);
66
}
77
}
8-
function _foo2() {}
8+
function _foo() {}

0 commit comments

Comments
 (0)