d12 icon indicating copy to clipboard operation
d12 copied to clipboard

Supported forms

Open tmcw opened this issue 7 years ago • 0 comments
trafficstars

Supported

// D
function a() {}

// D
class B {
  // D
  constructor() {}

  // D
  c() { }
}

// D
let baz = () => {};

TODO

// D
let baz = () => {},
  // E
  bar = () => {};

tmcw avatar Sep 24 '18 18:09 tmcw