fix: do not match MySymbol.import("mod")

This commit is contained in:
Joscha Feth
2018-04-12 19:31:07 +10:00
parent edcf087145
commit 4da2e5eda3
5 changed files with 22 additions and 1 deletions

View File

@@ -2929,6 +2929,7 @@ declare namespace ts {
getTokenText(): string;
getTokenValue(): string;
hasExtendedUnicodeEscape(): boolean;
hasPrecedingDot(): boolean;
hasPrecedingLineBreak(): boolean;
isIdentifier(): boolean;
isReservedWord(): boolean;