Andreas Kling
|
d5a0bb9159
LibJS: Remove unused field Token::m_filename
|
11 ay önce |
Andreas Kling
|
93a4d7395f
LibJS: Make JS lexer handle 2 and 3 character tokens faster
|
11 ay önce |
Timothy Flynn
|
9f1517492c
LibJS: Update spec link to the hashbang comment syntax
|
11 ay önce |
Timothy Flynn
|
986ff984cc
LibUnicode: Replace code point general categories with ICU
|
1 yıl önce |
Timothy Flynn
|
c804bda5fd
LibUnicode: Replace code point properties with ICU
|
1 yıl önce |
Dan Klishch
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 yıl önce |
Andreas Kling
|
f1f7e89b68
LibJS: Lex 1/2/3-byte tokens without HashMap lookups
|
1 yıl önce |
Andreas Kling
|
3851d3add0
LibJS: Make Token::m_message a StringView
|
1 yıl önce |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 yıl önce |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
2 yıl önce |
Simon Wanner
|
a2efecac03
LibJS: Parse slashes after reserved identifiers correctly
|
2 yıl önce |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 yıl önce |
Evan Smal
|
3226ce3d83
LibJS: Remove some usage of DeprecatedString usage from Lexer
|
2 yıl önce |
Evan Smal
|
cfa6b4d815
LibJS: Remove DeprecatedString usage from Token
|
2 yıl önce |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 yıl önce |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 yıl önce |
davidot
|
b3edd94869
LibJS: Treat '\\' as an escaped character in template literals
|
2 yıl önce |
sin-ack
|
fbc771efe9
Everywhere: Use default StringView constructor over nullptr
|
3 yıl önce |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 yıl önce |
Andreas Kling
|
92e0378dbd
LibJS: Always inline Lexer::current_code_point()
|
3 yıl önce |
Andreas Kling
|
3d9f2e2f94
LibJS: Add ASCII fast path to Lexer::current_code_point()
|
3 yıl önce |
Linus Groh
|
95a9f12b97
LibJS: Set Token's m_offset to the value's start index
|
3 yıl önce |
davidot
|
56c425eec1
LibJS: Detect invalid unicode and stop lexing at that point
|
3 yıl önce |
davidot
|
a1308bfc60
LibJS: Make new lines in block comments reset line has token
|
3 yıl önce |
davidot
|
e751dcea43
LibJS: Treat private identifier as divisible token
|
3 yıl önce |
davidot
|
afde1821b5
LibJS: Disallow numerical separators in octal numbers and after '.'
|
3 yıl önce |
Idan Horowitz
|
681787de76
LibJS: Add support for async functions
|
3 yıl önce |
davidot
|
eeb42c21d1
LibJS: Lex private identifiers, identifiers prefixed with a '#'
|
3 yıl önce |
Nico Weber
|
b8dc3661ac
Libraries: Fix -Wunreachable-code warnings from clang
|
3 yıl önce |
davidot
|
ac2c3a73b1
LibJS: Add a specific test for invalid unicode characters in the lexer
|
3 yıl önce |