Commit Verlauf

Autor SHA1 Nachricht Datum
  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 3 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 3 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
  davidot 697882a7ad LibJS: Disallow multiple __proto__ keys in object expression vor 4 Jahren
  davidot 93b57e6d8c LibJS: Disallow static methods named prototype in classes vor 4 Jahren
  davidot 40b8689f9b LibJS: Disallow duplicated variable declarations vor 4 Jahren
  davidot 5cc518f07a LibJS: Handle strict mode for functions more correctly vor 4 Jahren
  davidot 4485df1405 LibJS: Be more strict about reserved and special identifiers vor 4 Jahren
  davidot 2a61b90fef LibJS: Be less strict about 'use strict' vor 4 Jahren
  Linus Groh 08a303172d LibJS: Extend class 'extends' RHS expression parsing vor 4 Jahren
  Ali Mohammad Pur dfb7e716f7 LibJS: Use expected() instead of syntax_error("Expected ...") vor 4 Jahren