mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 06:41:59 -06:00
write to declaration file
This commit is contained in:
parent
10c8b6a089
commit
326036dbe5
@ -589,6 +589,9 @@ namespace ts {
|
||||
if (node.flags & NodeFlags.Static) {
|
||||
write("static ");
|
||||
}
|
||||
if (node.flags & NodeFlags.Abstract) {
|
||||
write("abstract ");
|
||||
}
|
||||
}
|
||||
|
||||
function writeImportEqualsDeclaration(node: ImportEqualsDeclaration) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user