TypeScript/tests/cases/conformance
2019-07-15 13:41:17 -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 Elt access assignment uses declared, not narrowed type (#27574) 2018-10-05 11:30:10 -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 Unpatch vfs resolver and default lib rename 2018-05-03 14:18:50 -07:00
emitter Merge branch 'master' into es2019 2019-02-07 10:08:26 +09:00
enums disallow nan and infinity in enum member 2018-05-04 10:28:59 +08:00
es6 Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
es7 Allow trailing commas after-rest elements in destructuring 2018-06-04 14:58:30 -07:00
es2017 Fix #21089: Do not infer from numeric index signature in Object.values and Object.entries (#21129) 2018-01-17 14:16:11 -08:00
es2018 Change esnext.promise to es2018.promise (#22292) 2018-03-02 17:08:36 -08:00
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 Add tests 2018-12-10 09:45:55 -08:00
generators Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
interfaces fix #20018, allow skip constraint when merging interfaces 2017-12-24 17:05:05 +08:00
internalModules
jsdoc JSDoc:Treat tokens between backticks as comments 2019-06-26 16:04:46 -07:00
jsx Fake up value declaration for synthetic jsx children symbol so they get excess property checked (#29359) 2019-01-15 22:31:57 -08: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 Fix infinite loop: module.exports alias detection (#31436) 2019-05-17 12:50:39 -07:00
scanner include leading non-ASCII horizontal whitespace in SyntaxKind.WhitespaceTrivia token 2018-08-25 13:15:56 -04:00
statements Reset error record in downlevel for-of (#31519) 2019-05-22 11:18:07 -07:00
Symbols
types Fix regression of generic T assignability to Partial<T> (#32354) 2019-07-12 07:57:55 -07:00
typings Only suggest adding to types if present in compilerOptions 2018-10-30 21:31:22 +01:00
fixSignatureCaching.ts Property assignments in Typescript (#26368) 2018-08-15 15:25:25 -07:00