Commit Verlauf

Autor SHA1 Nachricht Datum
  Ali Mohammad Pur c7a99aafac LibJS: Use ScopePusher to correctly push the scope in for statements vor 3 Jahren
  Ali Mohammad Pur 72ddaa31e3 LibJS: Implement parsing and execution of optional chains vor 3 Jahren
  Andreas Kling 910de95e7a LibJS: Add a fast failure path to try_parse_arrow_function_expression() vor 3 Jahren
  davidot 3fee7b0d0b LibJS: Fix that windows style line endings were not ignored or converted vor 3 Jahren
  Daniel Bertalan d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr vor 3 Jahren
  Andreas Kling eaf88cc78a AK: Rename create<T> => make_ref_counted<T> vor 3 Jahren
  davidot def8b44c40 LibJS: Add support for public fields in classes vor 3 Jahren
  davidot 3b6a8d1d53 LibJS: Fix small issues in parser vor 3 Jahren
  davidot c108c8ff24 LibJS: Disallow yield expression correctly in formal parameters vor 3 Jahren
  davidot 7bcffd1b6a LibJS: Fix some small remaining issues with parsing unicode escapes vor 3 Jahren
  Timothy Flynn 1259dc3623 LibJS: Allow Unicode escape sequences in identifiers vor 3 Jahren
  davidot 4d6502de42 LibJS: Disallow standalone super expression vor 3 Jahren
  davidot a8b25d6c36 LibJS: Handle '++' and '--' more correctly within expression vor 3 Jahren
  davidot 5f344f7ca3 LibJS: Check that 'let' is followed by declaration before matching it vor 3 Jahren
  davidot 179c48e1a4 LibJS: Add optional extra strict checks in parse_binding_pattern vor 3 Jahren
  davidot f1f338edcd LibJS: Tighten default values in formal parameter parsing vor 3 Jahren
  davidot 4989e79c45 LibJS: Allow yielding a class vor 3 Jahren
  davidot 19582ccad8 LibJS: Treat yield as an identifier in more non-generator contexts vor 3 Jahren
  davidot 26177b1826 LibJS: Add more duplicated declarations detection vor 3 Jahren
  davidot 085c7df895 LibJS: Be more strict about the lhs of a for in/of loop vor 4 Jahren
  davidot 106f9e30d7 LibJS: Force the lexer to parse a regex when expecting a statement vor 3 Jahren
  davidot 05444103e3 LibJS: Treat arrow expression as function and stop parsing after vor 4 Jahren
  davidot e31b715808 LibJS: Make functions reset break and continue context vor 4 Jahren
  davidot be3b4a68d2 LibJS: Allow class methods named "get", "set" or "static" vor 4 Jahren
  davidot b16c02d6b4 LibJS: Allow labelled functions in certain contexts vor 4 Jahren
  davidot 020bfc9d93 LibJS: Parse and partially execute import and export statements vor 3 Jahren
  davidot 7613c22b06 LibJS: Add a mode to parse JS as a module vor 3 Jahren
  Lenny Maiorani a0d7640e03 Userland: Make use of container version of any_of vor 4 Jahren
  Timothy Flynn f1dd770a8a LibJS: Parse RegExp literals at AST creation time, not execution time vor 3 Jahren
  davidot a6263150be LibJS: Disallow unqualified deletes in strict mode vor 4 Jahren