Add support for //@check directives

This commit is contained in:
Mohamed Hegazy
2017-01-06 19:03:17 -08:00
parent 0b1fff7e66
commit 9f0c5ce141
4 changed files with 9 additions and 1 deletions

View File

@@ -473,6 +473,7 @@ namespace ts {
public moduleAugmentations: LiteralExpression[];
private namedDeclarations: Map<Declaration[]>;
public ambientModuleNames: string[];
public hasCheckDirective: boolean;
constructor(kind: SyntaxKind, pos: number, end: number) {
super(kind, pos, end);