TypeScript/tests/cases/conformance/scanner
Wesley Wigham 4ab85bbf35
Add error message for keywords with escapes in them (#32718)
* Add error message for keywords with escapes in them

* Move check into parser during advance to next token to utilize context for contextual keywords

* git add .

* Add tests for extended escapes

* Better error courtesy of @DanielRossenwaser

* Add test of browser-inconsistent case and alter condition to match spec

* Merge adjacent conditions

* Use seperate functions for checking keywords vs not

* Use flags to track unicode escape presence

* Adjust error text
2019-08-12 16:00:38 -07:00
..
ecmascript3
ecmascript5 Add error message for keywords with escapes in them (#32718) 2019-08-12 16:00:38 -07:00
jsdocInvalidTokens.ts Remove error on invalid jsdoc tokens (#32769) 2019-08-09 12:53:15 -07:00