Fix line endings (#4793)
This commit is contained in:
committed by
Henry Zhu
parent
e1ac315653
commit
15eeeb6559
@@ -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}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
});
|
||||
}
|
||||
})();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user