Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert "Issue #1284 - Implement /s (dotAll) for regular expressions." | wolfbeast | 2019-11-18 | -2/+0 |
| | | | | This reverts commit f31b04a303607cd82757e7c4f60bb536658c8a30. | |||
* | Issue #1284 - Implement /s (dotAll) for regular expressions. | wolfbeast | 2019-11-18 | -0/+2 |
| | | | | Resolves #1284. | |||
* | 1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName. | Gaming4JC | 2019-07-18 | -90/+101 |
| | ||||
* | 1283712 - Part 3: Add Parser::errorWithNotes and Parser::errorWithNotesAt. | Gaming4JC | 2019-07-18 | -16/+20 |
| | ||||
* | 1317375 - Implement "Template Literals Revision / Lifting Template Literal ↵ | Gaming4JC | 2019-07-18 | -57/+83 |
| | | | | Restriction" ECMAScript proposal | |||
* | 1326454 - Don't report an error when SourceCoords::add fails, because it ↵ | Gaming4JC | 2019-07-18 | -6/+12 |
| | | | | fails only when an underlying Vector::append fails, and that vector handles OOM reporting itself. | |||
* | 1326454 - Make TokenStream::skipChars{,IgnoreEOL} accept an unsigned ↵ | Gaming4JC | 2019-07-18 | -3/+11 |
| | | | | integral number of chars to skip. | |||
* | 1326454 - Make TokenStream::peekChar's signature fallible. | Gaming4JC | 2019-07-18 | -14/+41 |
| | ||||
* | 1326454 - Rename TokenStream::getBracedUnicode to ↵ | Gaming4JC | 2019-07-18 | -15/+42 |
| | | | | TokenStream::matchBracedUnicode and make its signature fallible. | |||
* | 1326454 - Introduce TokenStream::warning that warns at the current offset. | Gaming4JC | 2019-07-18 | -7/+9 |
| | ||||
* | 1326454 - Introduce TokenStream::error that reports an error at the current ↵ | Gaming4JC | 2019-07-18 | -10/+27 |
| | | | | offset. | |||
* | Rename TokenStream::reportStrictWarningErrorNumberVA to | wolfbeast | 2019-04-06 | -1/+1 |
| | | | | | | | TokenStream::reportExtraWarningErrorNumberVA for clarity. Emit Extra Warnings instead of Strict Warnings from the BCE where it makes sense. | |||
* | Stage 1-1: Implement Function.prototype.toString revision proposal. | wolfbeast | 2019-02-02 | -0/+6 |
| | | | | Tag #960 | |||
* | Correctly tokenize valid JS names when using Unicode mathematical ↵ | janekptacijarabaci | 2018-03-18 | -8/+141 |
| | | | | | | alphanumeric symbols as variable name Issue https://github.com/MoonchildProductions/Pale-Moon/issues/1647 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+1962 |