Age | Commit message (Expand) | Author |
---|---|---|
2021-11-30 | LibJS: Replace the verify in private identifier with a syntax error | davidot |
2021-11-30 | LibJS: Allow defining class fields with "keyword" names | davidot |
2021-11-30 | LibJS: Treat private identifier as divisible token | davidot |
2021-10-20 | LibJS: Add parsing and evaluation of private fields and methods | davidot |
2021-10-20 | LibJS: Add static initializers to classes | davidot |
2021-10-20 | LibJS: Make class definition evaluation more spec like in ordering | davidot |
2021-09-01 | LibJS: Add support for public fields in classes | davidot |
2021-07-18 | LibJS: Extend class 'extends' RHS expression parsing | Linus Groh |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-05-11 | LibJS: Make super() in catch block work | Linus Groh |
2021-01-24 | LibJS: Check if class extends value has a valid prototype | Linus Groh |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |