Open rookiePrgrmer opened 5 years ago
We found that es6-plato can't recognize es6 object shorthand function, for example:
const obj = { // recognized foo: function() {} };
const obj = { // not recognize foo() {} }
Is that true, or we used es6-plato in wrong way?
@rookiePrgrmer I'll be updating the underlying parser that might fix this soon. I'll let you know when.
We found that es6-plato can't recognize es6 object shorthand function, for example:
Is that true, or we used es6-plato in wrong way?