Histórico de Commits

Autor SHA1 Mensagem Data
  davidot aca427fc8c LibJS: Make parsing import and export entries follow the spec há 3 anos atrás
  Linus Groh 531d1ac734 LibJS: Capture source text of FunctionNode and ClassExpression há 3 anos atrás
  Linus Groh e8519156bc LibJS: Implement create_dynamic_function() according to the spec há 3 anos atrás
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) há 3 anos atrás
  davidot be3b806487 LibJS: Parse assert clauses of in- and export statements há 3 anos atrás
  davidot b7c7d54167 LibJS: Split parsing program to script and module separately há 3 anos atrás
  davidot 22174d3b7b LibJS: Rename in_async_function_context to await_expression_is_valid há 3 anos atrás
  davidot 045a42cf35 LibJS: Parse dynamic import calls 'import()' and 'import.meta' há 3 anos atrás
  davidot e69276e704 LibJS: Implement parsing and executing for-await-of loops há 3 anos atrás
  davidot de46a2cff1 LibJS: Parse async arrow functions há 3 anos atrás
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
  Idan Horowitz 46dabf02ec LibJS: Add support for await expressions há 3 anos atrás
  Idan Horowitz 681787de76 LibJS: Add support for async functions há 3 anos atrás
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods há 3 anos atrás
  davidot 9394cbcd24 LibJS: Do not save state for peeking at the next token from the lexer há 3 anos atrás
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser há 3 anos atrás
  Andreas Kling 7de2a84cd4 LibJS: Add missing initializer for ParserState::m_current_scope_pusher há 3 anos atrás
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation há 3 anos atrás
  davidot 1bc945860d Everywhere: Use my awesome new serenityos email :^) há 3 anos atrás
  davidot 830ea0414c LibJS: Make scoping follow the spec há 3 anos atrás
  davidot 4428e494b0 LibJS: Handle escaped keywords in more cases and handle 'await' labels há 3 anos atrás
  davidot 79caca8ca2 LibJS: Allow multiple labels on the same statement há 3 anos atrás
  davidot bfc1b4ba61 LibJS: Allow member expressions in binding patterns há 3 anos atrás
  Ali Mohammad Pur 72ddaa31e3 LibJS: Implement parsing and execution of optional chains há 3 anos atrás
  Idan Horowitz 6704961c82 AK: Replace the mutable String::replace API with an immutable version há 3 anos atrás
  Daniel Bertalan d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr há 3 anos atrás
  davidot def8b44c40 LibJS: Add support for public fields in classes há 4 anos atrás
  davidot 3b6a8d1d53 LibJS: Fix small issues in parser há 4 anos atrás
  davidot c108c8ff24 LibJS: Disallow yield expression correctly in formal parameters há 4 anos atrás
  davidot 47bc72bcf6 LibJS: Correctly handle Unicode characters in JS source text há 4 anos atrás