Annotating transformed classes with #__PURE__ comment (#6209)
This commit is contained in:
committed by
Henry Zhu
parent
c4f6a7a06f
commit
c47258d68c
@@ -1,4 +1,6 @@
|
||||
var Foo = function (_Bar) {
|
||||
var Foo =
|
||||
/*#__PURE__*/
|
||||
function (_Bar) {
|
||||
babelHelpers.inherits(Foo, _Bar);
|
||||
|
||||
function Foo() {
|
||||
|
||||
Reference in New Issue
Block a user