Historie revizí

Autor SHA1 Zpráva Datum
  davidot c57721cf83 LibJS: Allow escaped 'async' as identifier před 3 roky
  davidot e751dcea43 LibJS: Treat private identifier as divisible token před 3 roky
  davidot 32016d3924 LibJS: Allow object properties called 'async' před 3 roky
  davidot e69276e704 LibJS: Implement parsing and executing for-await-of loops před 3 roky
  davidot 0982a73d1d LibJS: Parse async generator functions před 3 roky
  davidot de46a2cff1 LibJS: Parse async arrow functions před 3 roky
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value před 3 roky
  Idan Horowitz d5f637fa21 LibJS: Do not parse async methods with a new line after the "async" před 3 roky
  Idan Horowitz 46dabf02ec LibJS: Add support for await expressions před 3 roky
  Idan Horowitz 681787de76 LibJS: Add support for async functions před 3 roky
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey před 3 roky
  davidot 2d48529073 LibJS: Implement private identifiers in optional chains před 3 roky
  davidot 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields před 3 roky
  davidot 7e8724db71 LibJS: Add support for the '#privateName in obj' expression před 3 roky
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods před 3 roky
  davidot 6b2accce31 LibJS: Add static initializers to classes před 3 roky
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering před 3 roky
  davidot 9394cbcd24 LibJS: Do not save state for peeking at the next token from the lexer před 3 roky
  Ali Mohammad Pur 13138811df LibJS: Partially revert 12b283f před 3 roky
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser před 3 roky
  Ali Mohammad Pur 12b283f32f LibJS: Make accessing the current function's arguments cheaper před 3 roky
  Ali Mohammad Pur da296ffd56 LibJS: Treat the Catch binding identifier as a var binding před 3 roky
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation před 3 roky
  davidot 1bc945860d Everywhere: Use my awesome new serenityos email :^) před 3 roky
  davidot 830ea0414c LibJS: Make scoping follow the spec před 3 roky
  davidot 4428e494b0 LibJS: Handle escaped keywords in more cases and handle 'await' labels před 3 roky
  davidot 79caca8ca2 LibJS: Allow multiple labels on the same statement před 3 roky
  davidot bfc1b4ba61 LibJS: Allow member expressions in binding patterns před 3 roky
  davidot 9cb5700398 LibJS: Disallow comma after rest parameter in formal parameters před 3 roky
  Andreas Kling 3252d984ae LibJS: Allow statements to have multiple labels před 3 roky