outlining Comments v0.1 4/2

This commit is contained in:
Ahmad Farid
2015-04-02 14:38:22 -07:00
parent a1ab10a42a
commit 27f349ca7d
4 changed files with 60 additions and 18 deletions

View File

@@ -966,9 +966,10 @@ module ts {
export interface CommentRange extends TextRange {
hasTrailingNewLine?: boolean;
kind: SyntaxKind;
}
// Source files are declarations when they are external modules.
//* Source files are declarations when they are external modules.
export interface SourceFile extends Declaration {
statements: NodeArray<ModuleElement>;
endOfFileToken: Node;