source-viz icon indicating copy to clipboard operation
source-viz copied to clipboard

Does not support class properties

Open kangax opened this issue 6 years ago • 0 comments

class A {
  a = () => {};
  b(){}
}

kangax avatar Feb 22 '19 18:02 kangax