TypeScript/tests/cases/conformance/es6/destructuring
Daniel Rosenwasser 38b605ea7d Merge branch 'release-1.6'
Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	src/compiler/program.ts
	tests/baselines/reference/emptyObjectBindingPatternParameter04.symbols
	tests/baselines/reference/emptyObjectBindingPatternParameter04.types
	tests/baselines/reference/nodeResolution5.errors.txt
	tests/baselines/reference/nodeResolution7.errors.txt
2015-09-15 13:36:08 -07:00
..
arrayAssignmentPatternWithAny.ts The element/iterated type of any is any 2015-04-14 17:12:53 -07:00
declarationInAmbientContext.ts
declarationsAndAssignments.ts Modifying tests 2015-09-05 15:45:20 -07:00
declarationWithNoInitializer.ts
destructuringArrayBindingPatternAndAssignment1ES5.ts Add spec description 2015-04-16 18:53:16 -07:00
destructuringArrayBindingPatternAndAssignment1ES6.ts Add spec description 2015-04-16 18:53:16 -07:00
destructuringArrayBindingPatternAndAssignment2.ts Add spec description 2015-04-16 18:53:16 -07:00
destructuringObjectBindingPatternAndAssignment1ES5.ts Add spec description 2015-04-16 18:53:16 -07:00
destructuringObjectBindingPatternAndAssignment1ES6.ts Add spec description 2015-04-16 18:53:16 -07:00
destructuringObjectBindingPatternAndAssignment3.ts Add spec description 2015-04-16 18:53:16 -07:00
destructuringParameterDeclaration1ES5.ts Move tests with errors to separate file 2015-04-16 14:32:23 -07:00
destructuringParameterDeclaration1ES6.ts update baselines 2015-05-05 15:00:41 -07:00
destructuringParameterDeclaration2.ts update baselines 2015-05-05 15:00:41 -07:00
destructuringParameterDeclaration3ES5.ts Move tests with errors to separate file 2015-04-16 14:32:23 -07:00
destructuringParameterDeclaration3ES6.ts Move tests with errors to separate file 2015-04-16 14:32:23 -07:00
destructuringParameterDeclaration4.ts Move tests with errors to separate file 2015-04-16 14:32:23 -07:00
destructuringParameterDeclaration5.ts Move tests with errors to separate file 2015-04-16 14:32:23 -07:00
destructuringParameterDeclaration6.ts Move tests with errors to separate file 2015-04-16 14:32:23 -07:00
destructuringParameterProperties1.ts Renamed tests. 2015-01-14 16:13:12 -08:00
destructuringParameterProperties2.ts Renamed tests. 2015-01-14 16:13:12 -08:00
destructuringParameterProperties3.ts Renamed tests. 2015-01-14 16:13:12 -08:00
destructuringParameterProperties4.ts Renamed tests. 2015-01-14 16:13:12 -08:00
destructuringParameterProperties5.ts Renamed tests. 2015-01-14 16:13:12 -08:00
destructuringTypeAssertionsES5_1.ts Add tests for parenthesized type assertions 2015-06-03 17:22:38 -07:00
destructuringTypeAssertionsES5_2.ts Add tests for parenthesized type assertions 2015-06-03 17:22:38 -07:00
destructuringTypeAssertionsES5_3.ts Add tests for parenthesized type assertions 2015-06-03 17:22:38 -07:00
destructuringTypeAssertionsES5_4.ts Add tests for parenthesized type assertions 2015-06-03 17:22:38 -07:00
destructuringTypeAssertionsES5_5.ts Add tests for parenthesized type assertions 2015-06-03 17:22:38 -07:00
destructuringTypeAssertionsES5_6.ts Add tests for parenthesized type assertions 2015-06-03 17:22:38 -07:00
destructuringTypeAssertionsES5_7.ts Add tests for parenthesized type assertions 2015-06-03 17:22:38 -07:00
destructuringVariableDeclaration1ES5.ts Add spec description 2015-04-16 18:53:16 -07:00
destructuringVariableDeclaration1ES6.ts Add spec description 2015-04-16 18:53:16 -07:00
destructuringVariableDeclaration2.ts Add spec description 2015-04-16 18:53:16 -07:00
destructuringWithLiteralInitializers.ts Revising test 2015-09-10 16:27:35 -07:00
emptyArrayBindingPatternParameter01.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyArrayBindingPatternParameter02.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyArrayBindingPatternParameter03.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyArrayBindingPatternParameter04.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyAssignmentPatterns01_ES5.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyAssignmentPatterns01_ES6.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyAssignmentPatterns02_ES5.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyAssignmentPatterns02_ES6.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyAssignmentPatterns03_ES5.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyAssignmentPatterns03_ES6.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyAssignmentPatterns04_ES5.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyAssignmentPatterns04_ES6.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyObjectBindingPatternParameter01.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyObjectBindingPatternParameter02.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyObjectBindingPatternParameter03.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyObjectBindingPatternParameter04.ts Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
emptyVariableDeclarationBindingPatterns01_ES5.ts Added tests for parameter initializers. 2015-09-09 12:47:31 -07:00
emptyVariableDeclarationBindingPatterns01_ES6.ts Added tests for parameter initializers. 2015-09-09 12:47:31 -07:00
emptyVariableDeclarationBindingPatterns02_ES5.ts Added tests. 2015-09-01 17:36:20 -07:00
emptyVariableDeclarationBindingPatterns02_ES6.ts Added tests. 2015-09-01 17:36:20 -07:00
iterableArrayPattern1.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern2.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern3.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern4.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern5.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern6.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern7.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern8.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern9.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern10.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern11.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern12.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern13.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern14.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern15.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern16.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern17.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern18.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern19.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern20.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern21.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern22.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern23.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern24.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern25.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern26.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern27.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern28.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern29.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
iterableArrayPattern30.ts Add tests for array destructuring of iterables 2015-03-25 18:04:11 -07:00
missingAndExcessProperties.ts Adding test for excess/missing properties 2015-09-05 15:46:45 -07:00
nonIterableRestElement1.ts Assignment rest element pretends to get the contextual element type 2015-04-13 17:29:14 -07:00
nonIterableRestElement2.ts Assignment rest element pretends to get the contextual element type 2015-04-13 17:29:14 -07:00
nonIterableRestElement3.ts Assignment rest element pretends to get the contextual element type 2015-04-13 17:29:14 -07:00
objectBindingPatternKeywordIdentifiers01.ts Added tests. 2015-04-16 15:23:11 -07:00
objectBindingPatternKeywordIdentifiers02.ts Added tests. 2015-04-16 15:23:11 -07:00
objectBindingPatternKeywordIdentifiers03.ts Added tests. 2015-04-16 15:23:11 -07:00
objectBindingPatternKeywordIdentifiers04.ts Added tests. 2015-04-16 15:23:11 -07:00
objectBindingPatternKeywordIdentifiers05.ts Added tests. 2015-04-16 15:23:11 -07:00
objectBindingPatternKeywordIdentifiers06.ts Added tests. 2015-04-16 15:23:11 -07:00
optionalBindingParameters1.ts Added tests. 2015-01-14 17:02:31 -08:00
optionalBindingParameters2.ts Added tests. 2015-01-14 17:02:31 -08:00
optionalBindingParametersInOverloads1.ts Added tests. 2015-01-14 17:02:31 -08:00
optionalBindingParametersInOverloads2.ts Added tests. 2015-01-14 17:02:31 -08:00
restElementMustBeLast.ts
restElementWithAssignmentPattern1.ts Rest assignment element allows nested destructuring (fixes #2156) 2015-04-13 17:29:11 -07:00
restElementWithAssignmentPattern2.ts Rest assignment element allows nested destructuring (fixes #2156) 2015-04-13 17:29:11 -07:00
restElementWithAssignmentPattern3.ts Rest assignment element allows nested destructuring (fixes #2156) 2015-04-13 17:29:11 -07:00
restElementWithAssignmentPattern4.ts Rest assignment element allows nested destructuring (fixes #2156) 2015-04-13 17:29:11 -07:00
restElementWithAssignmentPattern5.ts Rest assignment element allows nested destructuring (fixes #2156) 2015-04-13 17:29:11 -07:00
restElementWithBindingPattern.ts Disallow binding patterns in binding rest elements (fixes #2519) 2015-04-13 17:21:19 -07:00
restElementWithBindingPattern2.ts Disallow binding patterns in binding rest elements (fixes #2519) 2015-04-13 17:21:19 -07:00
restElementWithInitializer1.ts Adding new tests 2014-12-12 14:34:12 -08:00
restElementWithInitializer2.ts Adding new tests 2014-12-12 14:34:12 -08:00
restElementWithNullInitializer.ts Addressing CR feedback 2015-02-21 19:33:53 -08:00