TypeScript/tests/cases/conformance/es6
Andy e48bcd60ba
Treat 'yield;' as 'yield undefined;' (#22297)
* Treat 'yield;' as 'yield undefined;'

* Use undefinedWideningType
2018-03-08 15:41:04 -08:00
..
arrowFunction
binaryAndOctalIntegerLiteral
classDeclaration fix super call from class that has no basetype but with same symbol interface (#19068) 2017-10-16 10:42:22 +08:00
classExpressions
computedProperties Test:use type param constraints for computed prop types 2017-07-25 09:39:54 -07:00
decorators/class Emit generated name for unnamed default exported class with decorated members 2017-04-19 14:53:32 -07:00
defaultParameters
destructuring Fix destructuring assignment when assignment target is RHS 2018-01-16 16:58:56 -08:00
for-ofStatements Update tests and baselines to declare class declaration before use 2017-02-24 17:48:06 -08:00
functionDeclarations
functionExpressions
functionPropertyAssignments
memberFunctionDeclarations
moduleExportsAmd
moduleExportsCommonjs
moduleExportsSystem
moduleExportsUmd
modules add spelling suggestion support for module import (#22283) 2018-03-02 10:24:55 -08:00
newTarget
propertyAccess More exhaustive needsDotDotForPropertyAccess 2017-01-24 13:42:05 -08:00
restParameters
shorthandPropertyAssignment
spread Update tests and baselines to declare class declaration before use 2017-02-24 17:48:06 -08:00
Symbols Fix symbol-named properties incorrectly requiring alignment with string indexer type 2018-01-16 15:45:10 -08:00
templates
unicodeExtendedEscapes
variableDeclarations
yieldExpressions Treat 'yield;' as 'yield undefined;' (#22297) 2018-03-08 15:41:04 -08:00