Closed dariajung closed 9 years ago
Fix: Could be as simple as adding
case ts.SyntaxKind.StaticKeyword:
case ts.SyntaxKind.PrivateKeyword: {
return (node.getText() + ' ');
}
but there are lots of keywords.
Fixed with 370532b52acc766addc1eb09b315cc21ca138669
instead of emitting as
private X()
, private methods are being emitted like so:privateX