mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 16:29:19 -05:00
Declaration comments for the property declaration in .d.ts
This commit is contained in:
@@ -2380,6 +2380,7 @@ module ts {
|
||||
}
|
||||
|
||||
function emitPropertyDeclaration(node: PropertyDeclaration) {
|
||||
emitJsDocComments(node);
|
||||
emitDeclarationFlags(node);
|
||||
emitVariableDeclaration(node);
|
||||
write(";");
|
||||
|
||||
Reference in New Issue
Block a user