Age | Commit message (Expand) | Author |
---|---|---|
2021-09-06 | LibJS: Clean up token constructor and use method instead for identifiers | davidot |
2021-09-06 | LibJS: Fix that windows style line endings were not ignored or converted | davidot |
2021-08-24 | LibJS: Disallow yield expression correctly in formal parameters | davidot |
2021-08-24 | LibJS: Fix some small remaining issues with parsing unicode escapes | davidot |
2021-08-19 | LibJS: Allow Unicode escape sequences in identifiers | Timothy Flynn |
2021-08-16 | LibJS: Correctly handle Unicode characters in JS source text | davidot |
2021-07-11 | LibJS: Implement parsing and evaluation for AssignmentPatterns | Ali Mohammad Pur |
2021-05-29 | Everywhere: Use s.unverwerth@serenityos.org :^) | Stephan Unverwerth |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-01 | LibJS: Keep track of file names, lines and columns inside the AST | Jean-Baptiste Boric |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |