Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 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
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods před 3 roky
  davidot 9394cbcd24 LibJS: Do not save state for peeking at the next token from the lexer před 3 roky
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser před 3 roky
  Andreas Kling 7de2a84cd4 LibJS: Add missing initializer for ParserState::m_current_scope_pusher 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
  Ali Mohammad Pur 72ddaa31e3 LibJS: Implement parsing and execution of optional chains před 3 roky
  Idan Horowitz 6704961c82 AK: Replace the mutable String::replace API with an immutable version před 3 roky
  Daniel Bertalan d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr před 3 roky
  davidot def8b44c40 LibJS: Add support for public fields in classes před 3 roky
  davidot 3b6a8d1d53 LibJS: Fix small issues in parser před 3 roky
  davidot c108c8ff24 LibJS: Disallow yield expression correctly in formal parameters před 3 roky
  davidot 47bc72bcf6 LibJS: Correctly handle Unicode characters in JS source text před 3 roky
  davidot 5f344f7ca3 LibJS: Check that 'let' is followed by declaration before matching it před 4 roky
  davidot 179c48e1a4 LibJS: Add optional extra strict checks in parse_binding_pattern před 4 roky
  davidot b16c02d6b4 LibJS: Allow labelled functions in certain contexts před 4 roky
  davidot 020bfc9d93 LibJS: Parse and partially execute import and export statements před 3 roky
  davidot 7613c22b06 LibJS: Add a mode to parse JS as a module před 3 roky
  davidot 5cc518f07a LibJS: Handle strict mode for functions more correctly před 4 roky
  davidot 4485df1405 LibJS: Be more strict about reserved and special identifiers před 4 roky
  Linus Groh 99662975ed LibJS: Partially revert e3fa32b před 4 roky
  Alexander e3fa32b2ad LibJS: Optimize source_location_hint and add flag in print_errors před 4 roky
  Ali Mohammad Pur 049e210cfa LibJS: Rework Identifier parsing to match the spec more closely před 4 roky