fix exported classes with static class properties - fixes #2868
This commit is contained in:
4
packages/babel-plugin-transform-class-properties/test/fixtures/general/instance/expected.js
vendored
Normal file
4
packages/babel-plugin-transform-class-properties/test/fixtures/general/instance/expected.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
var Foo = function Foo() {
|
||||
babelHelpers.classCallCheck(this, Foo);
|
||||
this.bar = "foo";
|
||||
};
|
||||
Reference in New Issue
Block a user