Annotating transformed classes with #__PURE__ comment (#6209)
This commit is contained in:
committed by
Henry Zhu
parent
c4f6a7a06f
commit
c47258d68c
@@ -9,7 +9,9 @@ var _last2 = require("lodash/last");
|
||||
|
||||
var _last3 = babelHelpers.interopRequireDefault(_last2);
|
||||
|
||||
let Container = function () {
|
||||
let Container =
|
||||
/*#__PURE__*/
|
||||
function () {
|
||||
function Container() {
|
||||
babelHelpers.classCallCheck(this, Container);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user