Added support for "@" in identifiers

This is to resolve the following error on a typescript file:

[main] ERROR net.sourceforge.pmd.cli - Error while tokenizing: Lexical error in file '.\TableList.js' at
 line 67, column 1: "@" (64), after : "" (in lexical state DEFAULT)
This commit is contained in:
Wener
2023-09-12 10:36:12 +02:00
committed by GitHub
parent 347d5992d1
commit 836230b7e7

View File

@ -281,7 +281,8 @@ TOKEN :
|
[
"$",
"_"
"_",
"@"
]
|
<UNICODE_ESCAPE_SEQUENCE>