this in in regards to the TypeAliasDeclaration now in master.
exporttypeEntityName=Identifier|QualifiedName;
I noticed that the type alias is expanded in the rest of the declaration file produced. I'm unclear if this is a problem because I can't find this syntax in typescript/master/doc/spec.md.
this in in regards to the TypeAliasDeclaration now in master.
I noticed that the type alias is expanded in the rest of the declaration file produced. I'm unclear if this is a problem because I can't find this syntax in typescript/master/doc/spec.md.