Commit Graph

820 Commits

Author SHA1 Message Date
Yui T
f16f9d129a Merge branch 'master' of https://github.com/Microsoft/TypeScript into completionListWithLocalName 2015-07-10 11:04:21 -07:00
Yui T
d0d1ee918f Add test for using unicode escape as function name 2015-07-10 10:15:40 -07:00
Daniel Rosenwasser
fdc504a19f Added failing test. 2015-07-09 19:57:56 -07:00
Daniel Rosenwasser
5de728d8ac Added failing test. 2015-07-09 19:22:05 -07:00
Yui T
41bedd2768 Use getDecalredName in service layer instead of symbol.getName 2015-07-09 17:05:57 -07:00
Tingan Ho
28976a0e34 Adds type predicate signature display and addresses CR feedback 2015-07-09 12:10:39 +08:00
Yui T
872fdcf444 Merge branch 'master' into completionListWithLocalName
Conflicts:
	tests/cases/fourslash/renameLocationsForClassExpression01.ts
2015-07-07 15:17:42 -07:00
Daniel Rosenwasser
8cdd59f7be Merge pull request #3727 from Microsoft/elipsisMeansQuiet
Don't give back completions after stray dots
2015-07-07 14:45:59 -07:00
Daniel Rosenwasser
f2731e4033 Merge pull request #3757 from Microsoft/noImportClauseBuilders
Don't show builders in import clauses
2015-07-07 14:45:39 -07:00
Yui
42168e39ec Merge pull request #3769 from Microsoft/bindingAnonymouseWithName
Binding anonymous with name for functionExpression and classExpression
2015-07-07 13:28:38 -07:00
Daniel Rosenwasser
d353d62434 Addressed CR feedback. 2015-07-07 12:48:17 -07:00
Yui T
92d2d1957d Update tests 2015-07-07 09:58:13 -07:00
Yui T
f4cd1ac868 Address code review, handle type parameter in completion list inside class expression 2015-07-06 17:03:33 -07:00
Daniel Rosenwasser
f20cc83288 Merge branch 'master' into noImportClauseBuilders
Conflicts:
	src/services/services.ts
2015-07-06 16:43:54 -07:00
Daniel Rosenwasser
15962e0bb1 Merge branch 'master' into elipsisMeansQuiet 2015-07-06 16:39:59 -07:00
Daniel Rosenwasser
204d96037f Merge pull request #3698 from Microsoft/noObjectBindingBuilder
Don't show a builder for property names in object binding patterns
2015-07-06 16:37:43 -07:00
Daniel Rosenwasser
97dd855663 Fix test. 2015-07-06 15:33:49 -07:00
Daniel Rosenwasser
40a6300e02 Added original test case. 2015-07-06 15:15:04 -07:00
Daniel Rosenwasser
03444a4d34 Verify builders. 2015-07-06 15:02:18 -07:00
Daniel Rosenwasser
276e7989aa Use a more accurate test name. 2015-07-06 14:47:39 -07:00
Cyrus Najmabadi
370372e043 Remove shim cancellation test. 2015-07-06 14:25:18 -07:00
Yui T
7c52aaa4b8 Merge branch 'master' into completionListWithLocalName
Conflicts:
	src/compiler/checker.ts
2015-07-06 13:35:01 -07:00
Cyrus Najmabadi
bcd8cce03d Merge branch 'master' into cancellableClassification 2015-07-06 13:22:40 -07:00
Daniel Rosenwasser
a7983a4f3e Added test for JSX spread properties. 2015-07-06 12:40:09 -07:00
Daniel Rosenwasser
3fe0d3defe Updated test. 2015-07-06 11:30:43 -07:00
Daniel Rosenwasser
d89c1d6586 Fixed/added test. 2015-07-02 17:08:03 -07:00
Daniel Rosenwasser
4a53096171 Added test. 2015-07-02 16:14:06 -07:00
Daniel Rosenwasser
e8a1f16e62 Added tests for index signature completion builders. 2015-07-02 12:20:20 -07:00
Ryan Cavanaugh
77d93625cb Merge pull request #3699 from RyanCavanaugh/fixJsxAttribCompletion
Fix attribute completion following JSX exprs
2015-07-01 23:52:40 -07:00
Ryan Cavanaugh
ef765e56df Filter out would-be-duplicate names from JSX attribute completion 2015-07-01 16:04:29 -07:00
Ryan Cavanaugh
f465d99492 Fix attribute completion following JSX exprs 2015-07-01 15:00:06 -07:00
Yui T
30796073b4 Update verification function to be able to test that the only symbol with certain kind, document, and text is the completion list 2015-07-01 14:42:27 -07:00
Yui T
605ab0b1fc Fix rename for class expression 2015-07-01 13:55:02 -07:00
Daniel Rosenwasser
4082a540e2 Added checks for new identifier location in tests. 2015-07-01 13:25:51 -07:00
Daniel Rosenwasser
f7ba7188f3 Add test case for completion when destructuring from a union type. 2015-07-01 13:02:59 -07:00
Yui T
389e446742 Merge branch 'master' into completionListWithLocalName 2015-06-29 16:07:01 -07:00
Ryan Cavanaugh
e1c9d28cb0 Merge pull request #3564 from RyanCavanaugh/jsxAndAs
JSX and `as` operator
2015-06-29 10:54:28 -07:00
Ryan Cavanaugh
634d35a7d0 Merge remote-tracking branch 'upstream/master' into jsxAndAs
Conflicts:
	src/compiler/checker.ts
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	src/services/services.ts
2015-06-29 09:23:44 -07:00
Daniel Rosenwasser
cdc8c3b5fb Use full display name in tests.
This is a modified revert of 33693e8
2015-06-29 11:09:40 -04:00
Daniel Rosenwasser
8316369786 Added tests. 2015-06-29 09:46:41 -04:00
Daniel Rosenwasser
eeec05d5a9 Merge branch 'master' into fixDeFaultOfFindAllRefsToMaster 2015-06-26 12:23:06 -04:00
Yui T
34489fa0e0 Add test for completion in class expression 2015-06-25 18:22:33 -07:00
Yui T
9c9e29877d Add test for completion in function expression 2015-06-25 18:21:52 -07:00
Dick van den Brink
de2d532b1f Added test for formatting on default keyword 2015-06-25 20:49:25 +02:00
Daniel Rosenwasser
926c25e38b No more 'scriptLexicalStructure'. 2015-06-25 12:14:59 -04:00
Daniel Rosenwasser
6732acaa32 Underscore typings. 2015-06-25 12:10:09 -04:00
Daniel Rosenwasser
f734055ee7 externam -> external 2015-06-25 12:06:13 -04:00
Daniel Rosenwasser
816cfe3ec6 Merge pull request #3615 from Microsoft/completionsInObjectPatterns
Enable completions in object binding patterns
2015-06-24 22:53:53 -04:00
Dick van den Brink
822199f40a Added test for formatting on protected modifier 2015-06-24 23:26:22 +02:00
Daniel Rosenwasser
02e01d7afc Added tests. 2015-06-24 17:13:47 -04:00