package
0.0.0-20241018202901-580b552a30eb
Repository: https://github.com/mahdi-cpp/api-go-javascript-parser.git
Documentation: pkg.go.dev

# 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).