index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Tests
/
syntax
Age
Commit message (
Expand
)
Author
2022-02-16
LibJS: Fix mixing of logical and coalescing operators
Anonymous
2022-02-15
LibJS: Fix cases where we incorrectly allowed 'in' in for loops
Anonymous
2021-12-31
LibJS: Add missing undefined fallback to IfStatement completions
Linus Groh
2021-12-29
LibJS: Don't VERIFY that the token after 'import' is one of '.' and '('
davidot
2021-12-21
LibJS: Disallow async generator functions called 'await' or 'yield'
davidot
2021-11-30
LibJS/Tests: Fix typo in a test description
Linus Groh
2021-11-30
LibJS: Don't match async \n function as an async function declaration
davidot
2021-11-30
LibJS: Stop parsing an expression on comma after a yield
davidot
2021-11-30
LibJS: Disallow member expression in binding pattern as parameters
davidot
2021-11-30
LibJS: Disallow await keywords in static init blocks
davidot
2021-11-30
LibJS: Allow escaped 'async' as identifier
davidot
2021-11-30
LibJS: Treat private identifier as divisible token
davidot
2021-11-30
LibJS: Disallow numerical separators in octal numbers and after '.'
davidot
2021-11-30
LibJS: Allow object properties called 'async'
davidot
2021-11-21
LibJS: Parse async generator functions
davidot
2021-11-21
LibJS: Parse async arrow functions
davidot
2021-11-10
LibJS: Do not parse async methods with a new line after the "async"
Idan Horowitz
2021-11-10
LibJS: Add tests for async functions and await expressions
Idan Horowitz
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-14
LibJS: Implement parsing and execution of optional chains
Ali Mohammad Pur
2021-08-16
LibJS: Force the lexer to parse a regex when expecting a statement
davidot
2021-07-02
LibJS: Allow 'yield' and 'await' as function expression names
Ali Mohammad Pur
2021-07-02
LibJS: Make a slash after a curly close mean not-division
Ali Mohammad Pur
2021-07-02
LibJS: Parse generator functions in class expressions too
Ali Mohammad Pur
2021-06-14
LibJS: Correctly parse yield-from expressions
Ali Mohammad Pur
2021-06-14
LibJS: Parse generator functions in object literals
Ali Mohammad Pur
2021-06-14
LibJS: Add a test file for generator function parsing
Ali Mohammad Pur
2021-05-29
LibJS: Add tests for destructuring assignments and function parameters
Ali Mohammad Pur