Historie revizí

Autor SHA1 Zpráva Datum
  Anonymous f55d7bf6f3 LibJS: Fix cases where we incorrectly allowed 'in' in for loops před 3 roky
  Andreas Kling 50a446a5d1 LibJS: Make more use of Token::flystring_value() před 3 roky
  Andreas Kling 0cb0979990 LibJS: Add Token::flystring_value() to produce FlyString directly před 3 roky
  Andreas Kling 1a3fa2d88b LibJS: Make Parser::ScopePusher::has_declaration() take FlyString před 3 roky
  davidot 4136cbdb09 LibJS: Convert ScopeNode declaration functions to ThrowCompletionOr před 3 roky
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} před 3 roky
  davidot e0e4ead2c8 LibJS: Follow the spec with storing im- and export entries před 3 roky
  davidot 99edf5b25a LibJS: Track whether a program has a top level await statement před 3 roky
  davidot aca427fc8c LibJS: Make parsing import and export entries follow the spec před 3 roky
  Linus Groh 531d1ac734 LibJS: Capture source text of FunctionNode and ClassExpression před 3 roky
  Linus Groh 95a9f12b97 LibJS: Set Token's m_offset to the value's start index před 3 roky
  Linus Groh e8519156bc LibJS: Implement create_dynamic_function() according to the spec před 3 roky
  Linus Groh f0b2179bd7 LibJS: Don't require ParenClose in Parser::parse_formal_parameters() před 3 roky
  Linus Groh e730ada07d LibJS: Consume curly braces outside of Parser::parse_function_body() před 3 roky
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} před 3 roky
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) před 3 roky
  davidot e179cf2540 LibJS: Don't VERIFY that the token after 'import' is one of '.' and '(' před 3 roky
  davidot be3b806487 LibJS: Parse assert clauses of in- and export statements před 3 roky
  davidot 81312986fe LibJS: Disallow async generator functions called 'await' or 'yield' před 3 roky
  davidot c8e80690a7 LibJS: Don't treat yield after void as identifier in generator functions před 3 roky
  davidot 45578f58dc LibJS: Allow super property lookup and new.target in static init blocks před 3 roky
  davidot 5010d4c20c LibJS: Don't match async \n function as an async function declaration před 3 roky
  davidot c2ebaa9d87 LibJS: Replace the verify in private identifier with a syntax error před 3 roky
  davidot b7c7d54167 LibJS: Split parsing program to script and module separately před 3 roky
  davidot 22174d3b7b LibJS: Rename in_async_function_context to await_expression_is_valid před 3 roky
  davidot 045a42cf35 LibJS: Parse dynamic import calls 'import()' and 'import.meta' před 3 roky
  davidot 73eb29dabe LibJS: Lookahead for a period when parsing new.target před 3 roky
  davidot 4d7e79fb72 LibJS: Stop parsing an expression on comma after a yield před 3 roky
  davidot 156dfe3d62 LibJS: Disallow member expression in binding pattern as parameters před 3 roky
  davidot 51e23cd043 LibJS: Disallow shorthand properties with reserved names před 3 roky