diff --git a/test/fixtures/transformation/es6-classes-loose/accessing-super-class/expected.js b/test/fixtures/transformation/es6-classes-loose/accessing-super-class/expected.js index 92710413da..da55553e8a 100644 --- a/test/fixtures/transformation/es6-classes-loose/accessing-super-class/expected.js +++ b/test/fixtures/transformation/es6-classes-loose/accessing-super-class/expected.js @@ -33,10 +33,10 @@ var Test = (function (Foo) { _inherits(Test, Foo); Test.prototype.test = function test() { - var _Foo$prototype$test3, _Foo$prototype$test4; + var _Foo$prototype$test, _Foo$prototype$test2; Foo.prototype.test.call(this); - (_Foo$prototype$test3 = Foo.prototype.test).call.apply(_Foo$prototype$test3, [this].concat(_slice.call(arguments))); - (_Foo$prototype$test4 = Foo.prototype.test).call.apply(_Foo$prototype$test4, [this, "test"].concat(_slice.call(arguments))); + (_Foo$prototype$test = Foo.prototype.test).call.apply(_Foo$prototype$test, [this].concat(_slice.call(arguments))); + (_Foo$prototype$test2 = Foo.prototype.test).call.apply(_Foo$prototype$test2, [this, "test"].concat(_slice.call(arguments))); }; Test.foo = function foo() { diff --git a/test/fixtures/transformation/es6-classes/accessing-super-class/expected.js b/test/fixtures/transformation/es6-classes/accessing-super-class/expected.js index e783b08f76..11f7d6f5c4 100644 --- a/test/fixtures/transformation/es6-classes/accessing-super-class/expected.js +++ b/test/fixtures/transformation/es6-classes/accessing-super-class/expected.js @@ -62,10 +62,10 @@ var Test = (function (Foo) { _prototypeProperties(Test, { foo: { value: function foo() { - var _get4; + var _get2; _get(Object.getPrototypeOf(Test), "foo", this).call(this); _get(Object.getPrototypeOf(Test), "foo", this).apply(this, arguments); - (_get4 = _get(Object.getPrototypeOf(Test), "foo", this)).call.apply(_get4, [this, "test"].concat(_slice.call(arguments))); + (_get2 = _get(Object.getPrototypeOf(Test), "foo", this)).call.apply(_get2, [this, "test"].concat(_slice.call(arguments))); }, writable: true, enumerable: true, @@ -74,10 +74,10 @@ var Test = (function (Foo) { }, { test: { value: function test() { - var _get5; + var _get2; _get(Object.getPrototypeOf(Test.prototype), "test", this).call(this); _get(Object.getPrototypeOf(Test.prototype), "test", this).apply(this, arguments); - (_get5 = _get(Object.getPrototypeOf(Test.prototype), "test", this)).call.apply(_get5, [this, "test"].concat(_slice.call(arguments))); + (_get2 = _get(Object.getPrototypeOf(Test.prototype), "test", this)).call.apply(_get2, [this, "test"].concat(_slice.call(arguments))); }, writable: true, enumerable: true, diff --git a/test/fixtures/transformation/es6-modules-amd-strict/exports-variable/expected.js b/test/fixtures/transformation/es6-modules-amd-strict/exports-variable/expected.js index f31d875c89..d01bae5920 100644 --- a/test/fixtures/transformation/es6-modules-amd-strict/exports-variable/expected.js +++ b/test/fixtures/transformation/es6-modules-amd-strict/exports-variable/expected.js @@ -14,4 +14,4 @@ define(["exports"], function (exports) { var foo8 = function foo8() {}; exports.foo8 = foo8; -}); \ No newline at end of file +}); diff --git a/test/fixtures/transformation/es6-modules-amd/exports-variable/expected.js b/test/fixtures/transformation/es6-modules-amd/exports-variable/expected.js index f31d875c89..d01bae5920 100644 --- a/test/fixtures/transformation/es6-modules-amd/exports-variable/expected.js +++ b/test/fixtures/transformation/es6-modules-amd/exports-variable/expected.js @@ -14,4 +14,4 @@ define(["exports"], function (exports) { var foo8 = function foo8() {}; exports.foo8 = foo8; -}); \ No newline at end of file +}); diff --git a/test/fixtures/transformation/es6-modules-system/exports-variable/expected.js b/test/fixtures/transformation/es6-modules-system/exports-variable/expected.js index c82bf127e9..ac2435aefb 100644 --- a/test/fixtures/transformation/es6-modules-system/exports-variable/expected.js +++ b/test/fixtures/transformation/es6-modules-system/exports-variable/expected.js @@ -21,4 +21,4 @@ System.register([], function (_export) { _export("foo3", foo3 = 5); } }; -}); \ No newline at end of file +}); diff --git a/test/fixtures/transformation/es6-modules-umd-strict/exports-variable/expected.js b/test/fixtures/transformation/es6-modules-umd-strict/exports-variable/expected.js index f8011621be..7cabcda1e3 100644 --- a/test/fixtures/transformation/es6-modules-umd-strict/exports-variable/expected.js +++ b/test/fixtures/transformation/es6-modules-umd-strict/exports-variable/expected.js @@ -20,4 +20,4 @@ var foo8 = function foo8() {}; exports.foo8 = foo8; -}); \ No newline at end of file +}); diff --git a/test/fixtures/transformation/es6-modules-umd/exports-variable/expected.js b/test/fixtures/transformation/es6-modules-umd/exports-variable/expected.js index f8011621be..7cabcda1e3 100644 --- a/test/fixtures/transformation/es6-modules-umd/exports-variable/expected.js +++ b/test/fixtures/transformation/es6-modules-umd/exports-variable/expected.js @@ -20,4 +20,4 @@ var foo8 = function foo8() {}; exports.foo8 = foo8; -}); \ No newline at end of file +});