TypeScript/tests/cases/conformance
Anders Hejlsberg 16f571b026 Add tests
2018-03-19 16:29:00 -07:00
..
ambient
async Fix duplicate label in es2017 async function 2018-02-12 12:30:29 -08:00
classes
constEnums
controlFlow
declarationEmit
decorators
dynamicImport
emitter Fix loop labels for for..await 2018-01-25 02:11:01 -08:00
enums
es6 Treat 'yield;' as 'yield undefined;' (#22297) 2018-03-08 15:41:04 -08:00
es7
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
expressions
externalModules
functions
interfaces
internalModules
jsdoc Parse JSDoc ...T and T= only at top-level JSDoc (#22661) 2018-03-16 16:08:42 -07:00
jsx Merge pull request #22135 from uniqueiniquity/jsxFragmentHash 2018-03-01 16:50:09 -08:00
moduleResolution Improve error message for untyped import of scoped package (#22189) 2018-02-26 10:38:54 -08:00
parser
references
salsa For f.prototype.m = function() { this.x = 0; } make x a member of f, not of the function expression (#22643) 2018-03-16 11:35:51 -07:00
scanner
statements
Symbols
types Add tests 2018-03-19 16:29:00 -07:00
typings
fixSignatureCaching.ts