d12
d12 copied to clipboard
Supported forms
trafficstars
Supported
// D
function a() {}
// D
class B {
// D
constructor() {}
// D
c() { }
}
// D
let baz = () => {};
TODO
// D
let baz = () => {},
// E
bar = () => {};