Daniel Rosenwasser
|
122721005b
|
Merge pull request #2385 from Microsoft/completeIsCompleteNode
More thorough node completed-ness checking
|
2015-03-17 11:35:26 -07:00 |
|
Daniel Rosenwasser
|
577c12e42e
|
Added accumulated tests.
|
2015-03-16 23:19:21 -07:00 |
|
Daniel Rosenwasser
|
3eea65512c
|
Rename tests.
|
2015-03-16 22:13:55 -07:00 |
|
Daniel Rosenwasser
|
a7f57cbe41
|
Indentation within binding patterns.
Fixes #2380.
|
2015-03-16 22:09:17 -07:00 |
|
Daniel Rosenwasser
|
686d1c60de
|
A more complete isCompletedNode.
|
2015-03-16 21:33:39 -07:00 |
|
Mohamed Hegazy
|
ebcb86b077
|
enable navbar for export defaults
Conflicts:
src/services/navigationBar.ts
|
2015-03-15 13:22:54 -07:00 |
|
CyrusNajmabadi
|
b38743c793
|
Merge pull request #2307 from Microsoft/sigHelpIndex
Compute consistent argument indices and counts for signature help.
|
2015-03-11 16:02:00 -07:00 |
|
Cyrus Najmabadi
|
42ae38ddcc
|
Add failing test.
|
2015-03-11 14:44:32 -07:00 |
|
Vladimir Matveev
|
4b955ee91a
|
added for* statements to isCompletedNode
|
2015-03-11 14:03:32 -07:00 |
|
Dick van den Brink
|
23f56dadfb
|
Fixed tests due to lib.d.ts changes
|
2015-03-08 18:59:04 +01:00 |
|
Anders Hejlsberg
|
91e8b821ad
|
Merge branch 'master' into exportDefault
Conflicts:
src/compiler/checker.ts
tests/baselines/reference/contextualTyping.js.map
tests/baselines/reference/contextualTyping.sourcemap.txt
tests/baselines/reference/out-flag.js.map
tests/baselines/reference/properties.js.map
tests/baselines/reference/recursiveClassReferenceTest.js.map
tests/baselines/reference/sourceMap-FileWithComments.js.map
tests/baselines/reference/sourceMap-FileWithComments.sourcemap.txt
tests/baselines/reference/typeResolution.js.map
|
2015-03-04 06:39:10 -08:00 |
|
Cyrus Najmabadi
|
0afdedd4ec
|
Use CRLF for line endings.
|
2015-03-02 14:41:44 -08:00 |
|
Anders Hejlsberg
|
74acbe97df
|
Updating fourslash tests
|
2015-03-02 13:58:07 -08:00 |
|
Cyrus Najmabadi
|
11772e75a7
|
Simplify how catch clauses are represented in our AST.
|
2015-02-26 17:19:19 -08:00 |
|
Mohamed Hegazy
|
e9874a2a4f
|
Merge pull request #2121 from Microsoft/importGotoDef
Support for goto def on new Import/Export syntax
|
2015-02-25 12:28:34 -08:00 |
|
Vladimir Matveev
|
f859d77d9e
|
added tests
|
2015-02-24 16:11:43 -08:00 |
|
Mohamed Hegazy
|
bc4057af85
|
breakpoint support for new import/export syntax
|
2015-02-24 13:03:14 -08:00 |
|
Mohamed Hegazy
|
951f7cf31f
|
Support navigateTo for new import/export syntax
|
2015-02-24 12:24:41 -08:00 |
|
Mohamed Hegazy
|
7b7d2b6006
|
Support navigation bar for new import/export syntax
|
2015-02-24 11:54:10 -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 |
|
Mohamed Hegazy
|
591df20105
|
Merge branch 'master' into findAllRefsForImports
|
2015-02-24 09:28:01 -08:00 |
|
Mohamed Hegazy
|
e93748ac58
|
Support find references on the new import/export syntax
|
2015-02-24 01:19:48 -08:00 |
|
Mohamed Hegazy
|
61e6b3258d
|
Remove debugger statement
|
2015-02-24 01:18:31 -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 |
|
Mohamed Hegazy
|
6e8393046b
|
Merge remote-tracking branch 'origin/master' into importGotoDef
|
2015-02-23 16:50:39 -08:00 |
|
Mohamed Hegazy
|
ca5ea19cd8
|
accept baselines
|
2015-02-23 16:45:39 -08:00 |
|
Mohamed Hegazy
|
ce6681cc93
|
Support GetDefinitionLocation on module names and aliases for new import/export syntax
|
2015-02-23 15:43:20 -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 |
|