Merge pull request #1919 from Microsoft/moreInternal

Make more sourcefile data internal.
This commit is contained in:
CyrusNajmabadi
2015-02-03 20:05:27 -05:00
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.