Historique des commits

Auteur SHA1 Message Date
  davidot 2d48529073 LibJS: Implement private identifiers in optional chains il y a 3 ans
  davidot 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields il y a 3 ans
  davidot 16cc82460f LibJS: Add parsing and evaluation of private fields and methods il y a 3 ans
  davidot 6b2accce31 LibJS: Add static initializers to classes il y a 3 ans
  davidot 1245512c50 LibJS: Make class definition evaluation more spec like in ordering il y a 3 ans
  Andreas Kling b2de563166 LibJS: Propagate "contains direct call to eval()" flag from parser il y a 3 ans
  Ali Mohammad Pur 12b283f32f LibJS: Make accessing the current function's arguments cheaper il y a 3 ans
  Andreas Kling c27f91142d LibJS: Add ScopeNode accessors for declaration counts il y a 3 ans
  Andreas Kling 527a6f4ded LibJS: Add fast_is<T>() for FunctionDeclaration il y a 3 ans
  Andreas Kling df674023d6 LibJS: Add fast_is<T>() for FunctionExpression and ClassExpression il y a 3 ans
  Andreas Kling 41a072bded LibJS: Fast non-local variable access :^) il y a 3 ans
  Linus Groh 8074bdc049 LibJS: Skip declarative env in block statement without lexical decls il y a 3 ans
  Linus Groh 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation il y a 3 ans
  davidot 04454efa72 LibJS: Fix improper usages of forward as flagged by SonarCloud il y a 3 ans
  davidot 1bc945860d Everywhere: Use my awesome new serenityos email :^) il y a 3 ans
  davidot 830ea0414c LibJS: Make scoping follow the spec il y a 3 ans
  davidot 79caca8ca2 LibJS: Allow multiple labels on the same statement il y a 3 ans
  davidot bfc1b4ba61 LibJS: Allow member expressions in binding patterns il y a 3 ans
  Andreas Kling 3252d984ae LibJS: Allow statements to have multiple labels il y a 3 ans
  Linus Groh 32932f83be LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals} il y a 3 ans
  Ben Wiederhake 32e98d0924 Libraries: Use AK::Variant default initialization where appropriate il y a 3 ans
  Ali Mohammad Pur 72ddaa31e3 LibJS: Implement parsing and execution of optional chains il y a 3 ans
  davidot def8b44c40 LibJS: Add support for public fields in classes il y a 3 ans
  davidot 020bfc9d93 LibJS: Parse and partially execute import and export statements il y a 4 ans
  davidot 7613c22b06 LibJS: Add a mode to parse JS as a module il y a 4 ans
  Timothy Flynn f1dd770a8a LibJS: Parse RegExp literals at AST creation time, not execution time il y a 4 ans
  Ali Mohammad Pur 049e210cfa LibJS: Rework Identifier parsing to match the spec more closely il y a 4 ans
  Ali Mohammad Pur 77a5144264 LibJS: Add support for binding patterns in catch clauses il y a 4 ans
  Ali Mohammad Pur 1a9518ebe3 LibJS: Implement parsing and evaluation for AssignmentPatterns il y a 4 ans
  Ali Mohammad Pur 7fc6cd6b20 LibJS: Allow 'name = value' in object literals as the spec does il y a 4 ans