Histórico de Commits

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