TypeScript/tests/cases/conformance/parser
Wesley Wigham 9e51882d9c
Numeric separators (#20324)
* Add support into octal and binary literals

* Add hex support

* And finally support all numeric literals and fix spelling

* Update error message

* Refactor error in scanner to take a position

* Scan no separators in escape sequences, add escape sequence tests

* More decimal tests from the spec presentation examples

* Permissive scanning of excess separators

* Remove unnecessary assignment

* Make code easier to follow
2017-12-08 20:20:18 -05:00
..
ecmascript3/Accessors Update baselines 2014-08-27 16:58:31 -07:00
ecmascript5 Always require '=' before parsing an initializer (#19979) 2017-11-14 07:15:59 -08:00
ecmascript6 Replace uses of 'Symbol.isRegExp' with 'Symbol.toPrimitive'. 2015-04-09 14:06:57 -07:00
ecmascriptnext Numeric separators (#20324) 2017-12-08 20:20:18 -05:00