Posted: 05.02.2020 07:26
It's hard to detect these:
method("name", function(..){..} ...
lexer can find such tokens:
Id, bracket, String, comma, "function"
- but then it will find false positives on some complex codes.
method("name", function(..){..} ...
lexer can find such tokens:
Id, bracket, String, comma, "function"
- but then it will find false positives on some complex codes.