Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-17 | improve `RegExp` handling (#1959) | Alex Lam S.L | |
- remove `options.output.unescape_regexps` - preserve original pattern whenever possible fixes #54 fixes #1929 | |||
2016-06-30 | Move OctalEscapeSequence to read_escape_char | Anthony Van de Gejuchte | |
This should simplify and improve implementation, make it easier to implement template strings, and keep master a bit more in sync with harmony. Previous implementation wasn't broken, though the loop gave me the impression it could read infinite numbers and annoyed me a bit. It was also slightly unnecessary because the lookup involved only 3 characters. |