Commit Verlauf

Autor SHA1 Nachricht Datum
  davidot 99edf5b25a LibJS: Track whether a program has a top level await statement vor 3 Jahren
  davidot aca427fc8c LibJS: Make parsing import and export entries follow the spec vor 3 Jahren
  Linus Groh 531d1ac734 LibJS: Capture source text of FunctionNode and ClassExpression vor 3 Jahren
  Linus Groh 95a9f12b97 LibJS: Set Token's m_offset to the value's start index vor 3 Jahren
  Linus Groh e8519156bc LibJS: Implement create_dynamic_function() according to the spec vor 3 Jahren
  Linus Groh f0b2179bd7 LibJS: Don't require ParenClose in Parser::parse_formal_parameters() vor 3 Jahren
  Linus Groh e730ada07d LibJS: Consume curly braces outside of Parser::parse_function_body() vor 3 Jahren
  Linus Groh 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} vor 3 Jahren
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) vor 3 Jahren
  davidot e179cf2540 LibJS: Don't VERIFY that the token after 'import' is one of '.' and '(' vor 3 Jahren
  davidot be3b806487 LibJS: Parse assert clauses of in- and export statements vor 3 Jahren
  davidot 81312986fe LibJS: Disallow async generator functions called 'await' or 'yield' vor 3 Jahren
  davidot c8e80690a7 LibJS: Don't treat yield after void as identifier in generator functions vor 3 Jahren
  davidot 45578f58dc LibJS: Allow super property lookup and new.target in static init blocks vor 3 Jahren
  davidot 5010d4c20c LibJS: Don't match async \n function as an async function declaration vor 3 Jahren
  davidot c2ebaa9d87 LibJS: Replace the verify in private identifier with a syntax error vor 3 Jahren
  davidot b7c7d54167 LibJS: Split parsing program to script and module separately vor 3 Jahren
  davidot 22174d3b7b LibJS: Rename in_async_function_context to await_expression_is_valid vor 3 Jahren
  davidot 045a42cf35 LibJS: Parse dynamic import calls 'import()' and 'import.meta' vor 3 Jahren
  davidot 73eb29dabe LibJS: Lookahead for a period when parsing new.target vor 3 Jahren
  davidot 4d7e79fb72 LibJS: Stop parsing an expression on comma after a yield vor 3 Jahren
  davidot 156dfe3d62 LibJS: Disallow member expression in binding pattern as parameters vor 3 Jahren
  davidot 51e23cd043 LibJS: Disallow shorthand properties with reserved names vor 3 Jahren
  davidot e491fc0e81 LibJS: Allow defining class fields with "keyword" names vor 3 Jahren
  davidot cbbfcd35e7 LibJS: Disallow await keywords in static init blocks vor 3 Jahren
  davidot c57721cf83 LibJS: Allow escaped 'async' as identifier vor 3 Jahren
  davidot e751dcea43 LibJS: Treat private identifier as divisible token vor 3 Jahren
  davidot 32016d3924 LibJS: Allow object properties called 'async' vor 3 Jahren
  davidot e69276e704 LibJS: Implement parsing and executing for-await-of loops vor 3 Jahren
  davidot 0982a73d1d LibJS: Parse async generator functions vor 3 Jahren