Annotating transformed classes with #__PURE__ comment (#6209)
This commit is contained in:
committed by
Henry Zhu
parent
c4f6a7a06f
commit
c47258d68c
@@ -6,7 +6,9 @@ function _one() {}
|
||||
|
||||
function _two() {}
|
||||
|
||||
let Test1 = function () {
|
||||
let Test1 =
|
||||
/*#__PURE__*/
|
||||
function () {
|
||||
function Test1() {
|
||||
_classCallCheck(this, Test1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user