TypeScript/tests/cases/conformance/es6
Ron Buckton a0c44b26b7
Improve __spreadArray perf, and other fixes related to SpreadElement (#44527)
* Improve __spreadArray perf, fix array packing and trailing omitted expressions

* Ensure __spreadArray is backwards-compatible

* Add signature restriction for __spreadArray

* Added reusable true/false literals
2021-06-11 16:21:55 -07: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 Bloomberg computed property name fix (#43197) 2021-03-11 10:32:42 -08: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(41653): convert arrow function to function expression that used as destructure initializer 2020-11-26 21:19:15 +02:00
for-ofStatements The iteration type of overloaded iterator signatures derives from the intersection of their return types (#39722) 2020-07-30 11:37:04 -07: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 Private named instance fields (#30829) 2019-12-27 13:07:35 -08:00
moduleExportsAmd Fix module resolution for import call emit (#41390) 2021-01-04 15:08:57 -08:00
moduleExportsCommonjs
moduleExportsSystem Fix module resolution for import call emit (#41390) 2021-01-04 15:08:57 -08:00
moduleExportsUmd
modules add related error span for default exports (#25396) 2019-03-12 13:15:14 -07:00
newTarget Extend the MetaProperty check to work for new.target too 2021-02-22 19:33:01 -05:00
propertyAccess More exhaustive needsDotDotForPropertyAccess 2017-01-24 13:42:05 -08:00
restParameters Add tests 2019-01-18 09:34:38 -08:00
shorthandPropertyAssignment Unpatch vfs resolver and default lib rename 2018-05-03 14:18:50 -07:00
spread Improve __spreadArray perf, and other fixes related to SpreadElement (#44527) 2021-06-11 16:21:55 -07:00
Symbols Fix symbol-named properties incorrectly requiring alignment with string indexer type 2018-01-16 15:45:10 -08:00
templates Gh 41788 incorrect output for esprivate with nested class in esnext (#42663) 2021-04-07 08:23:16 -07:00
unicodeExtendedEscapes
variableDeclarations
yieldExpressions Fix control flow loop in yield expression (#25228) 2018-06-26 12:50:29 -07:00