Make more sourcefile data internal.

This commit is contained in:
Cyrus Najmabadi
2015-02-03 15:03:50 -08:00
parent 35dde28d44
commit c9ef4db99a
9 changed files with 9 additions and 51 deletions

View File

@@ -893,11 +893,17 @@ module ts {
hasNoDefaultLib: boolean;
externalModuleIndicator: Node; // The first node that causes this file to be an external module
nodeCount: number;
identifierCount: number;
symbolCount: number;
languageVersion: ScriptTarget;
identifiers: Map<string>;
// @internal
nodeCount: number;
// @internal
identifierCount: number;
// @internal
symbolCount: number;
// @internal
// Diagnostics reported about the "///<reference" comments in the file.