Историја ревизија

Аутор SHA1 Порука Датум
  davidot 4d6502de42 LibJS: Disallow standalone super expression пре 4 година
  davidot a8b25d6c36 LibJS: Handle '++' and '--' more correctly within expression пре 4 година
  davidot 5f344f7ca3 LibJS: Check that 'let' is followed by declaration before matching it пре 4 година
  davidot 179c48e1a4 LibJS: Add optional extra strict checks in parse_binding_pattern пре 4 година
  davidot f1f338edcd LibJS: Tighten default values in formal parameter parsing пре 4 година
  davidot 4989e79c45 LibJS: Allow yielding a class пре 4 година
  davidot 19582ccad8 LibJS: Treat yield as an identifier in more non-generator contexts пре 4 година
  davidot 26177b1826 LibJS: Add more duplicated declarations detection пре 4 година
  davidot 085c7df895 LibJS: Be more strict about the lhs of a for in/of loop пре 4 година
  davidot 106f9e30d7 LibJS: Force the lexer to parse a regex when expecting a statement пре 4 година
  davidot 05444103e3 LibJS: Treat arrow expression as function and stop parsing after пре 4 година
  davidot e31b715808 LibJS: Make functions reset break and continue context пре 4 година
  davidot be3b4a68d2 LibJS: Allow class methods named "get", "set" or "static" пре 4 година
  davidot b16c02d6b4 LibJS: Allow labelled functions in certain contexts пре 4 година
  davidot 020bfc9d93 LibJS: Parse and partially execute import and export statements пре 4 година
  davidot 7613c22b06 LibJS: Add a mode to parse JS as a module пре 4 година
  Lenny Maiorani a0d7640e03 Userland: Make use of container version of any_of пре 4 година
  Timothy Flynn f1dd770a8a LibJS: Parse RegExp literals at AST creation time, not execution time пре 4 година
  davidot a6263150be LibJS: Disallow unqualified deletes in strict mode пре 4 година
  davidot 697882a7ad LibJS: Disallow multiple __proto__ keys in object expression пре 4 година
  davidot 93b57e6d8c LibJS: Disallow static methods named prototype in classes пре 4 година
  davidot 40b8689f9b LibJS: Disallow duplicated variable declarations пре 4 година
  davidot 5cc518f07a LibJS: Handle strict mode for functions more correctly пре 4 година
  davidot 4485df1405 LibJS: Be more strict about reserved and special identifiers пре 4 година
  davidot 2a61b90fef LibJS: Be less strict about 'use strict' пре 4 година
  Linus Groh 08a303172d LibJS: Extend class 'extends' RHS expression parsing пре 4 година
  Ali Mohammad Pur dfb7e716f7 LibJS: Use expected() instead of syntax_error("Expected ...") пре 4 година
  Ali Mohammad Pur 049e210cfa LibJS: Rework Identifier parsing to match the spec more closely пре 4 година
  Ali Mohammad Pur 77a5144264 LibJS: Add support for binding patterns in catch clauses пре 4 година
  Ali Mohammad Pur 1a9518ebe3 LibJS: Implement parsing and evaluation for AssignmentPatterns пре 4 година