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

Аутор SHA1 Порука Датум
  Luke Wilde bd4c29322c LibJS: Allow division after IdentifierNames in optional chain пре 8 месеци
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level пре 8 месеци
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ пре 4 година
  Andreas Kling db790dda62 LibJS: Remove hand-rolled type information in JS AST in favor of RTTI пре 4 година
  AnotherTest 8ca0e8325a LibJS: Don't save rule start positions along with the parser state пре 4 година
  AnotherTest d0363bca01 LibJS: `save_state()' before creating a RulePosition пре 4 година
  AnotherTest b34b681811 LibJS: Track source positions all the way down to exceptions пре 4 година
  Stephan Unverwerth be9c2feff0 LibJS: Fix parsing of numeric object keys пре 4 година
  Linus Groh 5eb1f752ab LibJS: Use new format functions everywhere пре 4 година
  Linus Groh 3ac7fb9f6c LibJS: Disallow 'with' statement in strict mode пре 4 година
  Andreas Kling d617120499 LibJS: Parse "with" statements :^) пре 4 година
  Linus Groh 39a1c9d827 LibJS: Implement 'new.target' пре 4 година
  Linus Groh e07a39c816 LibJS: Replace 'size_t line, size_t column' with 'Optional<Position>' пре 4 година
  Linus Groh 9e80c67608 LibJS: Fix "use strict" directive false positives пре 4 година
  Linus Groh a598a2c19d LibJS: Function declarations in if statement clauses пре 4 година
  Linus Groh 563d3c8055 LibJS: Require initializer for 'const' variable declaration пре 4 година
  Linus Groh b4e51249e9 LibJS: Always insert semicolon after do-while statement if missing пре 4 година
  Linus Groh 7112031bfb LibJS: Use message from invalid token in syntax error пре 4 година
  Linus Groh dca9e4ec10 LibJS: Implement rules for duplicate function parameters пре 4 година
  Linus Groh 2adcabb6b3 LibJS: Disallow escape sequence/line continuation in use strict directive пре 4 година
  Linus Groh 4fb96afafc LibJS: Support LegacyOctalEscapeSequence in string literals пре 4 година
  Linus Groh 9f036959e8 LibJS: Report correct line/column for string literal syntax errors пре 4 година
  Linus Groh d6f8c52245 LibJS: Allow try statement with only finally clause пре 4 година
  Linus Groh 80bb62b9cc LibJS: Distinguish between statement and declaration пре 4 година
  Linus Groh f8ae6fa713 LibJS: Disallow NumericLiteral immediately followed by Identifier пре 4 година
  Linus Groh 80bb22788f LibJS: Don't allow TryStatement without catch clause пре 4 година
  Linus Groh 15642874f3 LibJS: Support all line terminators (LF, CR, LS, PS) пре 4 година
  Linus Groh 1e86379327 LibJS: Rest parameter in setter functions is a syntax error пре 4 година
  Linus Groh 6331d45a6f LibJS: Move checks for invalid getter/setter params to parse_function_node пре 4 година
  Linus Groh db75be1119 LibJS: Refactor parse_function_node() bool parameters into bit flags пре 4 година