SaschaNaz
bcde56202e
fix jsxelement formatting
2015-08-16 17:27:23 +09:00
Anders Hejlsberg
7376e4845d
Merge pull request #4200 from Microsoft/unionPartialSignatures
...
Partial matches in union type signatures
2015-08-13 23:16:48 -07:00
Mohamed Hegazy
e34238cb92
Merge pull request #4305 from ToddThomson/SpaceWithinNonEmptyBrackets
...
Add Spacing for Nonempty Brackets Formatting Option
2015-08-13 15:00:13 -07:00
ToddThomson
0415cc7f68
Addresses PR comments
...
Removed all spaces from nonempty parenthesis in code for this PR.
Modified the input string for testing the
InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets option in the
fourslash test.
2015-08-13 14:06:56 -07:00
ToddThomson
9146d9bc2f
Add Spacing for Nonempty Brackets Formatting Option
...
User formatting option to add single space after opening and before
closing nonempty brackets.
2015-08-13 11:56:35 -07:00
SaschaNaz
f832bd20f2
fix class expression + expressionWithTypeArgument
2015-08-14 03:45:52 +09:00
Daniel Rosenwasser
9717427130
Merge pull request #4276 from SaschaNaz/typeAssertionFormattingFix
...
Fix generics/type-assertion formatting
2015-08-11 12:22:08 -07:00
SaschaNaz
dfcc1e6944
fix generics/type-assertion formatting
2015-08-11 23:47:44 +09:00
zhengbli
b3f0a2a2e4
Merge branch 'master' into JSDocCommentScaffolding
2015-08-10 12:55:45 -07:00
Tien Nguyen
3f3aea1380
Fix mistyped occurrence.
2015-08-06 16:17:19 -07:00
Ryan Cavanaugh
085f0df455
Merge pull request #4096 from RyanCavanaugh/renameClosingTags
...
Fixes renaming not affecting JSX closing tags (#4093 )
2015-08-06 15:42:58 -07:00
Ryan Cavanaugh
921dbb7043
Merge pull request #4099 from RyanCavanaugh/betterTsxCompletion
...
Offer JSX attribute intellisense between string-literal props
2015-08-06 15:42:50 -07:00
Anders Hejlsberg
07fd7ba8da
Fixing fourslash test
2015-08-06 15:40:20 -07:00
Tien Nguyen
8a943ee56e
Merge remote-tracking branch 'microsoft/master' into documentHighlights
...
Conflicts:
src/harness/fourslash.ts
2015-08-06 14:35:05 -07:00
Tien Nguyen
bf7d923e09
Add filesToSearch to documentHighlights request.
2015-08-06 14:01:36 -07:00
Tien Nguyen
71e6f3a947
Address PR feedback.
2015-08-05 17:09:01 -07:00
Tien Nguyen
1cc0e5feee
Always indent PropertyAccessExpression.
2015-08-05 15:03:49 -07:00
Tien Nguyen
8550c7de4e
Address feedback.
2015-08-04 15:46:38 -07:00
Tien Nguyen
d53cfdcb5b
Expose document highlighting to server.
2015-08-03 20:45:39 -07:00
Arthur Ozga
ae721d3a6f
respond to cyrus
2015-08-03 16:03:15 -07:00
Arthur Ozga
9d26b4eb41
Fixed newline handling
2015-08-03 15:09:49 -07:00
Arthur Ozga
8d07c6929a
rename feature
2015-08-03 14:28:21 -07:00
Ryan Cavanaugh
a45e9a91bf
Also fix the case where we are to the right of a spread expr
2015-07-31 14:05:43 -07:00
Ryan Cavanaugh
0a832af33d
Remove 'debugger' statement
2015-07-31 13:52:55 -07:00
Arthur Ozga
2540905075
refactoring
2015-07-31 11:58:52 -07:00
Arthur Ozga
082a5ade47
merged with master
2015-07-31 10:03:48 -07:00
Ryan Cavanaugh
f224b5022e
Offer JSX attribute intellisense between string-literal props
...
and the closing tag. Fixes #4098
2015-07-31 00:36:47 -07:00
Ryan Cavanaugh
88a8d2bea8
Fixes renaming not affecting JSX closing tags ( #4093 )
2015-07-30 23:17:29 -07:00
unknown
450112d28a
Remove debugger;
2015-07-27 17:45:18 -07:00
unknown
53e449c901
Allow tsconfig.json to be added to fourslash test.
2015-07-27 17:45:15 -07:00
Arthur Ozga
3b6fb32cd6
fixed a test
2015-07-24 17:55:32 -07:00
Arthur Ozga
45ddfa7c75
Simplified Tests
2015-07-24 15:28:28 -07:00
Arthur Ozga
fff2f7be22
Add Tests
2015-07-23 14:04:03 -07:00
Arthur Ozga
24b29f1fb7
Check if inside the declaration
2015-07-23 14:03:52 -07:00
Arthur Ozga
acb9401345
Fixed spelling error
2015-07-23 11:20:16 -07:00
Arthur Ozga
831c025890
Merged fourslash fix
2015-07-23 11:12:58 -07:00
Arthur Ozga
5e0f1a6cfa
Merge branch 'master' into JSDocCommentScaffolding
2015-07-23 10:59:53 -07:00
Arthur Ozga
c42b9f84fe
fixed a typo
2015-07-23 10:53:57 -07:00
Arthur Ozga
2f7a597dca
Qualification
2015-07-21 18:27:01 -07:00
Arthur Ozga
851d361a7d
Move message after guide
2015-07-21 18:08:41 -07:00
Arthur Ozga
d7e6fba4d3
fixed some warts
2015-07-21 16:20:17 -07:00
Arthur Ozga
b244d0d263
fixed a reference in a test
2015-07-21 15:31:30 -07:00
Arthur Ozga
09caacd4cf
Move declarations to top of tests\cases\fourslash.ts
2015-07-21 15:29:12 -07:00
Arthur Ozga
2bdd874a00
A test
2015-07-21 14:18:27 -07:00
Arthur Ozga
38005e7174
Add test harnesses
2015-07-21 14:15:39 -07:00
Anders Hejlsberg
4e85864b2d
Merge pull request #3823 from Microsoft/strictObjectLiterals
...
Strict object literal assignment checking
2015-07-21 11:29:10 -07:00
Anders Hejlsberg
2913cb023b
Merge branch 'master' into strictObjectLiterals
...
Conflicts:
tests/baselines/reference/typeGuardFunction.types
2015-07-19 11:45:25 -07:00
Anders Hejlsberg
3cbc3db201
Fixing fourslash tests
2015-07-19 11:22:49 -07:00
Jason Freeman
c0b3835b19
Instantiate signatures if there is an overload resolution error but type arguments present
2015-07-17 17:22:51 -07:00
Jason Freeman
cf6cfed160
Merge branch 'master' of https://github.com/Microsoft/TypeScript into fixingTypeParameters
2015-07-17 14:16:48 -07:00