make it 'runtime.instanceof'

This commit is contained in:
dcode
2019-04-03 00:26:41 +02:00
parent b58683aff4
commit 50c49e4275
62 changed files with 212 additions and 203 deletions

View File

@ -350,6 +350,7 @@ export function tokenIsAlsoIdentifier(token: Token): bool {
case Token.FROM:
case Token.FOR:
case Token.GET:
case Token.INSTANCEOF:
case Token.IS:
case Token.KEYOF:
case Token.MODULE: