Historique des commits

Auteur SHA1 Message Date
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) il y a 3 ans
  davidot e179cf2540 LibJS: Don't VERIFY that the token after 'import' is one of '.' and '(' il y a 3 ans
  davidot be3b806487 LibJS: Parse assert clauses of in- and export statements il y a 3 ans
  davidot 81312986fe LibJS: Disallow async generator functions called 'await' or 'yield' il y a 3 ans
  davidot c8e80690a7 LibJS: Don't treat yield after void as identifier in generator functions il y a 3 ans
  davidot 45578f58dc LibJS: Allow super property lookup and new.target in static init blocks il y a 3 ans
  davidot 5010d4c20c LibJS: Don't match async \n function as an async function declaration il y a 3 ans
  davidot c2ebaa9d87 LibJS: Replace the verify in private identifier with a syntax error il y a 3 ans
  davidot b7c7d54167 LibJS: Split parsing program to script and module separately il y a 3 ans
  davidot 22174d3b7b LibJS: Rename in_async_function_context to await_expression_is_valid il y a 3 ans
  davidot 045a42cf35 LibJS: Parse dynamic import calls 'import()' and 'import.meta' il y a 3 ans
  davidot 73eb29dabe LibJS: Lookahead for a period when parsing new.target il y a 3 ans
  davidot 4d7e79fb72 LibJS: Stop parsing an expression on comma after a yield il y a 3 ans
  davidot 156dfe3d62 LibJS: Disallow member expression in binding pattern as parameters il y a 3 ans
  davidot 51e23cd043 LibJS: Disallow shorthand properties with reserved names il y a 3 ans
  davidot e491fc0e81 LibJS: Allow defining class fields with "keyword" names il y a 3 ans
  davidot cbbfcd35e7 LibJS: Disallow await keywords in static init blocks il y a 3 ans
  davidot c57721cf83 LibJS: Allow escaped 'async' as identifier il y a 3 ans
  davidot e751dcea43 LibJS: Treat private identifier as divisible token il y a 3 ans
  davidot 32016d3924 LibJS: Allow object properties called 'async' il y a 3 ans
  davidot e69276e704 LibJS: Implement parsing and executing for-await-of loops il y a 3 ans
  davidot 0982a73d1d LibJS: Parse async generator functions il y a 3 ans
  davidot de46a2cff1 LibJS: Parse async arrow functions il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Idan Horowitz d5f637fa21 LibJS: Do not parse async methods with a new line after the "async" il y a 3 ans
  Idan Horowitz 46dabf02ec LibJS: Add support for await expressions il y a 3 ans
  Idan Horowitz 681787de76 LibJS: Add support for async functions il y a 3 ans
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey il y a 3 ans
  davidot 2d48529073 LibJS: Implement private identifiers in optional chains il y a 3 ans
  davidot 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields il y a 3 ans