mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibJS: Lex single quote strings, escaped chars and unterminated strings
This commit is contained in:
parent
d439013903
commit
c0e6234219
Notes:
sideshowbarker
2024-07-19 08:19:00 +09:00
Author: https://github.com/sunverwerth
Commit: c0e6234219
Pull-request: https://github.com/SerenityOS/serenity/pull/1451
5 changed files with 33 additions and 4 deletions
|
@ -109,6 +109,7 @@ enum class TokenType {
|
|||
Typeof,
|
||||
UnsignedShiftRight,
|
||||
UnsignedShiftRightEquals,
|
||||
UnterminatedStringLiteral,
|
||||
Var,
|
||||
Void,
|
||||
While,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue