# Functions
No description provided by the author
IsKeyword returns the keyword token if literal is a keyword, a KEYWORD token if the literal is a future keyword (const, let, class, super, ...), or 0 if the literal is not a keyword.
No description provided by the author
# Constants
+=.
&.
&=.
=>.
=.
No description provided by the author
No description provided by the author
`.
~.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
??.
:.
,.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
--.
No description provided by the author
No description provided by the author
No description provided by the author
...
No description provided by the author
No description provided by the author
==.
No description provided by the author
^.
^=.
**.
**=.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
>.
>=.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
++.
No description provided by the author
No description provided by the author
{.
[.
(.
<.
<=.
No description provided by the author
&&.
||.
-.
*.
*=.
No description provided by the author
!.
!=.
No description provided by the author
No description provided by the author
No description provided by the author
|.
|=.
.
+.
No description provided by the author
?.
?.
/=.
%.
%=.
No description provided by the author
}.
].
).
;.
<<.
<<=.
>>.
>>=.
/.
No description provided by the author
===.
!==.
No description provided by the author
-=.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
>>>.
>>>=.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Type aliases
Token is the set of lexical tokens in JavaScript (ECMA5).