Anders Hejlsberg
|
74acbe97df
|
Updating fourslash tests
|
2015-03-02 13:58:07 -08:00 |
|
Vladimir Matveev
|
4065ebfd63
|
Merge pull request #2107 from Microsoft/destructuring_classElements
do not include constructor parameters with binding patterns as names whe...
|
2015-02-24 10:18:39 -08:00 |
|
Vladimir Matveev
|
10298c80ca
|
Merge pull request #2108 from Microsoft/formattingInDestructuring
Formatting in destructuring
|
2015-02-24 10:18:29 -08:00 |
|
Vladimir Matveev
|
545e8f457e
|
Merge pull request #2117 from Microsoft/formattingTabsInMultilineComments
use character instead of column when formatting multiline comments with ...
|
2015-02-24 09:57:14 -08:00 |
|
Vladimir Matveev
|
55dafb51e3
|
Merge pull request #2110 from Microsoft/formattingQMark
Add space after '?' only for conditional operators
|
2015-02-23 21:19:37 -08:00 |
|
Vladimir Matveev
|
db5b1b387c
|
use character instead of column when formatting multiline comments with tabs
|
2015-02-23 14:30:25 -08:00 |
|
Cyrus Najmabadi
|
fd1b5875e2
|
Move NavigateTo over to using the new pattern matcher.
|
2015-02-22 21:25:43 -08:00 |
|
Vladimir Matveev
|
a25c99e146
|
added missing test
|
2015-02-22 19:02:48 -08:00 |
|
Vladimir Matveev
|
9f28e88ff1
|
insert space after '?' only in conditional operator
|
2015-02-22 19:01:26 -08:00 |
|
Vladimir Matveev
|
b8a1712688
|
include binding element with initializer to current formatting rule for binary operator, adjust existing SpaceBeforeOpenBraceInFunction rule to recognize blocks
|
2015-02-22 16:44:26 -08:00 |
|
Vladimir Matveev
|
ea09299d1e
|
added rule to insert space after let\const in variable declaration context
|
2015-02-22 16:15:54 -08:00 |
|
Vladimir Matveev
|
11f589f03b
|
do not include constructor parameters with binding patterns as names when collecting nav bar items
|
2015-02-22 15:06:58 -08:00 |
|
Jason Freeman
|
791e91351c
|
Merge pull request #2086 from Microsoft/ofKeywordClassification
Of keyword classification
|
2015-02-20 12:29:41 -08:00 |
|
Jason Freeman
|
580d0a6331
|
More tests
|
2015-02-20 12:15:37 -08:00 |
|
Jason Freeman
|
566e4fb2dd
|
Formatting around 'of' keyword
|
2015-02-20 11:58:50 -08:00 |
|
Vladimir Matveev
|
14d0810fdf
|
added regression test for formatting multiline template literals
|
2015-02-19 22:37:06 -08:00 |
|
Jason Freeman
|
bf436543b9
|
Add a test
|
2015-02-19 17:17:04 -08:00 |
|
Steve Lucco
|
6d7045ec5a
|
Merge pull request #2041 from Microsoft/TSServer
TS Server
|
2015-02-19 13:10:21 -08:00 |
|
Mohamed Hegazy
|
76c7fdf6d1
|
Add test for completionEntryDetails
|
2015-02-15 18:24:30 -08:00 |
|
Mohamed Hegazy
|
2a02655f72
|
Add navbar test
|
2015-02-15 16:23:36 -08:00 |
|
Mohamed Hegazy
|
40d3cb78d5
|
Add test for rename
|
2015-02-14 23:07:20 -08:00 |
|
Mohamed Hegazy
|
178e8f76e6
|
Add test for quickInfo
|
2015-02-14 22:28:38 -08:00 |
|
Mohamed Hegazy
|
11e246036b
|
Add test for find references
|
2015-02-14 21:49:10 -08:00 |
|
Mohamed Hegazy
|
9867e062a2
|
Add a new definition test
|
2015-02-14 20:23:16 -08:00 |
|
Mohamed Hegazy
|
d396ddfa7b
|
Add test for completions
|
2015-02-14 19:53:23 -08:00 |
|
Jason Freeman
|
9c273d8133
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into esSymbols
Conflicts:
src/services/services.ts
|
2015-02-13 14:52:03 -08:00 |
|
Mohamed Hegazy
|
99373dbd89
|
Add test for goto def
|
2015-02-12 16:31:08 -08:00 |
|
Mohamed Hegazy
|
93aa3f161d
|
Add test for format on key
|
2015-02-12 13:35:24 -08:00 |
|
Mohamed Hegazy
|
c0b1254072
|
Support brace matching
|
2015-02-12 13:35:11 -08:00 |
|
Mohamed Hegazy
|
c987ab93f0
|
Wire navto tests
|
2015-02-12 12:52:26 -08:00 |
|
Daniel Rosenwasser
|
3e8babedcf
|
Merge pull request #1271 from Microsoft/taggedSigHelpAtEnd
Fixed bug where tagged templates with a literal adjacent to EOF showed sig help past the end.
|
2015-02-12 11:37:32 -08:00 |
|
Mohamed Hegazy
|
54f3250cdd
|
Add fomratting tests
|
2015-02-11 19:48:32 -08:00 |
|
Jason Freeman
|
a94e61bfcd
|
Merge branch 'master' of https://github.com/Microsoft/TypeScript into esSymbols
Conflicts:
src/compiler/diagnosticInformationMap.generated.ts
|
2015-02-10 16:20:32 -08:00 |
|
Jason Freeman
|
2f3c32afd6
|
Navigation bar support for symbols
|
2015-02-06 21:32:57 -08:00 |
|
Mohamed Hegazy
|
55aa240ade
|
Merge branch 'master' into LSAPICleanup
Conflicts:
src/services/services.ts
|
2015-02-06 17:17:23 -08:00 |
|
Cyrus Najmabadi
|
acbcd6c77f
|
Merge branch 'master' into diagnosticsOrganization
|
2015-02-05 17:30:27 -08:00 |
|
Cyrus Najmabadi
|
337a99f62a
|
Change the API for getting diagnostics so that all calls go through a Program instance.
|
2015-02-05 01:47:29 -08:00 |
|
Mohamed Hegazy
|
40a01a81b3
|
Merge branch 'master' into fourslashCleanup
Conflicts:
src/harness/fourslash.ts
src/harness/harnessLanguageService.ts
|
2015-02-04 20:22:00 -08:00 |
|
Paul van Brenk
|
40824ed8a5
|
Added templates, assignement and arrays + tests.
|
2015-02-04 16:40:22 -08:00 |
|
Mohamed Hegazy
|
bfef4a0365
|
Add new tests for shims
|
2015-02-04 15:36:13 -08:00 |
|
Paul van Brenk
|
6e35f79412
|
Add builder support for variable declarations + test cases.
|
2015-02-04 14:03:26 -08:00 |
|
Mohamed Hegazy
|
42457636b6
|
Remove the implementation of TypeScriptLS
|
2015-02-04 11:07:55 -08:00 |
|
Paul van Brenk
|
e233da0fd6
|
Parameter destructuring + tests
|
2015-02-03 18:03:40 -08:00 |
|
Mohamed Hegazy
|
65e8c00d9a
|
Update fourslash tests to use the new adaptors
|
2015-02-03 17:29:12 -08:00 |
|
Paul van Brenk
|
d9f678fd6d
|
Rename the isBuilder property to something more meaningful.
|
2015-02-03 16:31:53 -08:00 |
|
Paul van Brenk
|
62bc9df899
|
Support for destructuring + test case.
|
2015-02-03 14:26:32 -08:00 |
|
Paul van Brenk
|
f8adf4ef9c
|
Merge branch 'master' into LessAggresiveCompletionList
|
2015-02-03 12:04:07 -08:00 |
|
Vladimir Matveev
|
889264f457
|
ensure that autoformat is triggered by token characters
|
2015-02-02 22:21:41 -08:00 |
|
Paul van Brenk
|
5166d09d42
|
Merge branch 'master' into LessAggresiveCompletionList
|
2015-02-02 17:36:32 -08:00 |
|
Vladimir Matveev
|
732ebf2aeb
|
fix crash in getReturnTypeFromFunctionBody if function declaration is incomplete and does not have body
|
2015-01-30 18:20:26 -08:00 |
|