Add 'configurable' property to class fields (#6123)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
var Foo = function Foo() {
|
||||
babelHelpers.classCallCheck(this, Foo);
|
||||
Object.defineProperty(this, "bar", {
|
||||
configurable: true,
|
||||
enumerable: true,
|
||||
writable: true,
|
||||
value: "foo"
|
||||
|
||||
Reference in New Issue
Block a user