* add new custom eslint rule, replace remaining t.identifier("undefined") with buildUndefinedNode(), update tests
* change no-undefined-identifier reporting descriptor
17 lines
246 B
JavaScript
17 lines
246 B
JavaScript
"use strict";
|
|
|
|
var _this = void 0;
|
|
|
|
"1".concat(a);
|
|
(function () {
|
|
babelHelpers.newArrowCheck(this, _this);
|
|
}).bind(void 0);
|
|
|
|
function a() {
|
|
var _this2 = this;
|
|
|
|
(function () {
|
|
babelHelpers.newArrowCheck(this, _this2);
|
|
}).bind(this);
|
|
}
|