TypeScript/tests/cases/conformance
Wesley Wigham f333684179
Fix unicode escapes in jsx identifiers and extended unicode characters in jsdoc (#32716)
* Fix unicode escapes in jsx identifiers and extended unicode characters in jsdoc

* Support unicode escapes in JSDoc

* Add tests for extended escapes
2019-08-06 15:14:32 -07:00
..
ambient Add bad test case 2019-04-24 08:44:24 -07:00
async Prevent substitution of 'super' in async super helper 2019-03-19 11:35:18 -07:00
classes Parse quoted constructors as constructors, not methods (#31949) 2019-07-12 14:01:57 -07:00
constEnums fix compiler crash (#25925) 2019-04-25 10:51:36 -07:00
controlFlow Control flow for element access expressions (#31478) 2019-07-16 10:10:58 -07:00
declarationEmit Merge branch 'master' into attach_property_to_default_export 2019-03-22 17:40:37 +08:00
decorators Change the type of 'uriComponent' (passed to 'encodeURIComponent') from 'string' to 'string | number | boolean'. Fixes #18159 (#31103) 2019-04-26 13:07:14 -07:00
dynamicImport
emitter
enums
es6 Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
es7
es2017
es2018
es2019 Fix binder performance regression 2019-04-27 16:47:27 -07:00
expressions Merge pull request #32077 from andrewbranch/bug/31114 2019-07-03 10:10:10 -07:00
externalModules Add test 2019-04-08 09:46:47 -07:00
functions
generators Get contextual type of yield from contextual signature of containing function (#32433) 2019-07-16 17:16:21 -07:00
interfaces A merged interface with an inherited member should satisfy an abstract base class member (#32539) 2019-08-01 09:34:11 -07:00
internalModules
jsdoc JSDoc:Treat tokens between backticks as comments 2019-06-26 16:04:46 -07:00
jsx Fix unicode escapes in jsx identifiers and extended unicode characters in jsdoc (#32716) 2019-08-06 15:14:32 -07:00
moduleResolution Fix handling of empty 'types', 'typings', etc. fields in package.json (#31539) 2019-05-23 17:19:32 -07:00
parser Add test for parenthesized variable and function keyword within ternary 2019-04-01 14:11:30 -07:00
references
salsa Property assignment uses parent type annotation (#32553) 2019-07-25 10:23:03 -07:00
scanner
statements Reset error record in downlevel for-of (#31519) 2019-05-22 11:18:07 -07:00
Symbols
types Merge pull request #32558 from microsoft/fix32247 2019-07-29 11:34:14 -07:00
typings
fixSignatureCaching.ts