Historique des commits

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