Historial de Commits

Autor SHA1 Mensaje Fecha
  davidot 5010d4c20c LibJS: Don't match async \n function as an async function declaration hace 3 años
  davidot c2ebaa9d87 LibJS: Replace the verify in private identifier with a syntax error hace 3 años
  davidot b7c7d54167 LibJS: Split parsing program to script and module separately hace 3 años
  davidot 22174d3b7b LibJS: Rename in_async_function_context to await_expression_is_valid hace 3 años
  davidot 045a42cf35 LibJS: Parse dynamic import calls 'import()' and 'import.meta' hace 3 años
  davidot 73eb29dabe LibJS: Lookahead for a period when parsing new.target hace 3 años
  davidot 4d7e79fb72 LibJS: Stop parsing an expression on comma after a yield hace 3 años
  davidot 156dfe3d62 LibJS: Disallow member expression in binding pattern as parameters hace 3 años
  davidot 51e23cd043 LibJS: Disallow shorthand properties with reserved names hace 3 años
  davidot e491fc0e81 LibJS: Allow defining class fields with "keyword" names hace 3 años
  davidot cbbfcd35e7 LibJS: Disallow await keywords in static init blocks hace 3 años
  davidot c57721cf83 LibJS: Allow escaped 'async' as identifier hace 3 años
  davidot e751dcea43 LibJS: Treat private identifier as divisible token hace 3 años
  davidot 32016d3924 LibJS: Allow object properties called 'async' hace 3 años
  davidot e69276e704 LibJS: Implement parsing and executing for-await-of loops hace 3 años
  davidot 0982a73d1d LibJS: Parse async generator functions hace 3 años
  davidot de46a2cff1 LibJS: Parse async arrow functions hace 3 años
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años
  Idan Horowitz d5f637fa21 LibJS: Do not parse async methods with a new line after the "async" hace 3 años
  Idan Horowitz 46dabf02ec LibJS: Add support for await expressions hace 3 años
  Idan Horowitz 681787de76 LibJS: Add support for async functions hace 3 años
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey hace 3 años
  davidot 2d48529073 LibJS: Implement private identifiers in optional chains hace 3 años
  davidot 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields hace 3 años
  davidot 7e8724db71 LibJS: Add support for the '#privateName in obj' expression hace 3 años
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods hace 3 años
  davidot 6b2accce31 LibJS: Add static initializers to classes hace 3 años
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering hace 3 años
  davidot 9394cbcd24 LibJS: Do not save state for peeking at the next token from the lexer hace 3 años
  Ali Mohammad Pur 13138811df LibJS: Partially revert 12b283f hace 3 años