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 Add some negative test cases and accept baselines 2019-06-26 14:01:50 -07:00
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 Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
functionDeclarations
functionExpressions
functionPropertyAssignments
memberFunctionDeclarations Private named instance fields (#30829) 2019-12-27 13:07:35 -08:00
moduleExportsAmd
moduleExportsCommonjs
moduleExportsSystem
moduleExportsUmd
modules add related error span for default exports (#25396) 2019-03-12 13:15:14 -07:00
newTarget
propertyAccess
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 type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
Symbols
templates Added test in case 'super' is ever possibly parsed as a tagged template string. 2018-04-19 15:16:25 -07:00
unicodeExtendedEscapes
variableDeclarations
yieldExpressions Fix control flow loop in yield expression (#25228) 2018-06-26 12:50:29 -07:00