Commit Verlauf

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