TypeScript/tests/cases/conformance/es6
2018-02-24 18:43:02 +08:00
..
arrowFunction Added tests from 'captureArguments' branch. 2015-04-16 12:29:49 -07:00
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 More tests 2015-07-09 14:41:08 -07:00
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 Added conformance tests for async generators 2016-11-17 23:17:42 -08:00
functionExpressions Added conformance tests for async generators 2016-11-17 23:17:42 -08:00
functionPropertyAssignments Added conformance tests for async generators 2016-11-17 23:17:42 -08:00
memberFunctionDeclarations Added conformance tests for async generators 2016-11-17 23:17:42 -08:00
moduleExportsAmd respect root dir/common src dir when generating module names 2015-12-01 17:34:40 -08:00
moduleExportsCommonjs Fix #5844 - add many new tests covering named/anonymous default exports 2015-12-01 14:05:46 -08:00
moduleExportsSystem respect root dir/common src dir when generating module names 2015-12-01 17:34:40 -08:00
moduleExportsUmd Fix #5844 - add many new tests covering named/anonymous default exports 2015-12-01 14:05:46 -08:00
modules error if import empty object form module not existed 2018-02-24 18:43:02 +08:00
newTarget Adds support for new.target 2016-12-08 17:31:18 -08:00
propertyAccess More exhaustive needsDotDotForPropertyAccess 2017-01-24 13:42:05 -08:00
restParameters
shorthandPropertyAssignment Update other tests and baselines 2016-08-26 13:30:59 -07:00
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 Added conformance tests for async generators 2016-11-17 23:17:42 -08:00
unicodeExtendedEscapes Added tests and updated baselines. 2015-02-26 13:51:51 -08:00
variableDeclarations Added tests for ASI and element access with 'let'. 2016-02-20 00:58:20 -08:00
yieldExpressions fix noImplicitReturns check when strictNullChecks is false (#20326) 2017-11-29 15:27:32 -08:00