TypeScript/tests/cases/conformance/es6
Andrew Branch 1236a1006c
Fix initialization error when destructuring from object literal that includes a spread assignment (#36865)
* Add test

* Fix superfluous error when destructuring from object that includes spread assignment

* Update baseline to include error case

* Remove redundant check
2020-02-19 08:28:12 -08:00
..
arrowFunction
binaryAndOctalIntegerLiteral
classDeclaration
classExpressions
computedProperties
decorators/class
defaultParameters
destructuring Fix initialization error when destructuring from object literal that includes a spread assignment (#36865) 2020-02-19 08:28:12 -08:00
for-ofStatements
functionDeclarations
functionExpressions
functionPropertyAssignments
memberFunctionDeclarations
moduleExportsAmd
moduleExportsCommonjs
moduleExportsSystem
moduleExportsUmd
modules
newTarget
propertyAccess
restParameters
shorthandPropertyAssignment
spread
Symbols
templates
unicodeExtendedEscapes
variableDeclarations
yieldExpressions