summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/syntax
AgeCommit message (Expand)Author
2023-04-02LibJS: Parse secondary expressions with the original forbidden token setLinus Groh
2022-11-17LibJS: Initialize functions in spec orderdavidot
2022-11-17LibJS: No longer hoist if parent scope has a function with the same namedavidot
2022-08-24LibJS: Allow BigInts as destructuring property namesdavidot
2022-02-16LibJS: Fix mixing of logical and coalescing operatorsAnonymous
2022-02-15LibJS: Fix cases where we incorrectly allowed 'in' in for loopsAnonymous
2021-12-31LibJS: Add missing undefined fallback to IfStatement completionsLinus Groh
2021-12-29LibJS: Don't VERIFY that the token after 'import' is one of '.' and '('davidot
2021-12-21LibJS: Disallow async generator functions called 'await' or 'yield'davidot
2021-11-30LibJS/Tests: Fix typo in a test descriptionLinus Groh
2021-11-30LibJS: Don't match async \n function as an async function declarationdavidot
2021-11-30LibJS: Stop parsing an expression on comma after a yielddavidot
2021-11-30LibJS: Disallow member expression in binding pattern as parametersdavidot
2021-11-30LibJS: Disallow await keywords in static init blocksdavidot
2021-11-30LibJS: Allow escaped 'async' as identifierdavidot
2021-11-30LibJS: Treat private identifier as divisible tokendavidot
2021-11-30LibJS: Disallow numerical separators in octal numbers and after '.'davidot
2021-11-30LibJS: Allow object properties called 'async'davidot
2021-11-21LibJS: Parse async generator functionsdavidot
2021-11-21LibJS: Parse async arrow functionsdavidot
2021-11-10LibJS: Do not parse async methods with a new line after the "async"Idan Horowitz
2021-11-10LibJS: Add tests for async functions and await expressionsIdan Horowitz
2021-09-30LibJS: Make scoping follow the specdavidot
2021-09-14LibJS: Implement parsing and execution of optional chainsAli Mohammad Pur
2021-08-16LibJS: Force the lexer to parse a regex when expecting a statementdavidot
2021-07-02LibJS: Allow 'yield' and 'await' as function expression namesAli Mohammad Pur
2021-07-02LibJS: Make a slash after a curly close mean not-divisionAli Mohammad Pur
2021-07-02LibJS: Parse generator functions in class expressions tooAli Mohammad Pur
2021-06-14LibJS: Correctly parse yield-from expressionsAli Mohammad Pur
2021-06-14LibJS: Parse generator functions in object literalsAli Mohammad Pur
2021-06-14LibJS: Add a test file for generator function parsingAli Mohammad Pur
2021-05-29LibJS: Add tests for destructuring assignments and function parametersAli Mohammad Pur