Fix line endings (#4793)

This commit is contained in:
Justin Ridgewell
2016-10-28 23:44:00 -04:00
committed by Henry Zhu
parent e1ac315653
commit 15eeeb6559
2 changed files with 52 additions and 52 deletions

View File

@@ -1,20 +1,20 @@
class Class {
async method() {
class Class {
async method() {
this;
() => this;
() => {
this;
() => this;
function x() {
this;
() => {this}
async () => {this}
}
}
function x() {
this;
() => {this}
async () => {this}
}
}
}
() => this;
() => {
this;
() => this;
function x() {
this;
() => {this}
async () => {this}
}
}
function x() {
this;
() => {this}
async () => {this}
}
}
}

View File

@@ -1,40 +1,40 @@
class Class {
method() {
var _this = this;
return babelHelpers.asyncToGenerator(function* () {
_this;
(function () {
return _this;
});
(function () {
_this;
(function () {
return _this;
});
function x() {
var _this2 = this;
this;
class Class {
method() {
var _this = this;
return babelHelpers.asyncToGenerator(function* () {
_this;
(function () {
return _this;
});
(function () {
_this;
(function () {
return _this;
});
function x() {
var _this2 = this;
this;
() => {
this;
};
babelHelpers.asyncToGenerator(function* () {
_this2;
});
}
});
function x() {
var _this3 = this;
babelHelpers.asyncToGenerator(function* () {
_this2;
});
}
});
function x() {
var _this3 = this;
this;
() => {
this;
};
babelHelpers.asyncToGenerator(function* () {
_this3;
});
}
})();
}
}
babelHelpers.asyncToGenerator(function* () {
_this3;
});
}
})();
}
}