Age | Commit message (Expand) | Author |
---|---|---|
2020-06-29 | LibJS: Initial class implementation; allow super expressions in object | Jack Karamanian |
2020-06-07 | LibJS: Add BigInt | Linus Groh |
2020-06-01 | LibJS: Rewrite Parser.parse_object_expression() | Matthew Olsson |
2020-05-29 | LibJS: Fix conditional expression precedence | Matthew Olsson |
2020-04-23 | LibJS: Implement computed properties in object expressions | Linus Groh |
2020-04-18 | LibJS: Allow reserved words as keys in object expressions. | Stephan Unverwerth |
2020-04-14 | js/LibJS: Move test functions to pure javascript. | Brian Gianforcaro |
2020-04-07 | LibJS: Allow parsing numeric and string literals in object expressions | DexesTTP |
2020-04-06 | LibJS: Fix impossible member access for negative integers | DexesTTP |