Commit Graph
1767 Commits
Author SHA1 Message Date
Yui T 4c44de6c5f Write out type parameter in type alias in quick-info 2015-08-19 12:38:36 -07:00
Yui T c5d5155234 Add comment and prevent completion in type paramter of class expression 2015-08-17 22:02:45 -07:00
Yui T abc96936b5 Do not show completions in type parameter of type alias 2015-08-17 10:48:36 -07:00
Yui T c57adeda1f Fix null reference in type parametr of type alias 2015-08-15 17:02:08 -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
Vladimir Matveev 7c8da42230 Merge pull request #4279 from Microsoft/highlightRefsInOneDocument
keep only document highlights from the original file
2015-08-11 18:01:59 -07:00
Daniel Rosenwasser 9717427130 Merge pull request #4276 from SaschaNaz/typeAssertionFormattingFix
Fix generics/type-assertion formatting
2015-08-11 12:22:08 -07:00
Vladimir Matveev ce44d95115 keep only document highlights from the original file 2015-08-11 12:04:55 -07:00
SaschaNaz dfcc1e6944 fix generics/type-assertion formatting 2015-08-11 23:47:44 +09:00
Mohamed Hegazy bfa624c0c7 Merge pull request #4133 from Microsoft/addNewLineHelper
Add a helper for getting Newlines
2015-08-10 13:21:23 -07:00
zhengbli b3f0a2a2e4 Merge branch 'master' into JSDocCommentScaffolding 2015-08-10 12:55:45 -07:00
Arthur Ozga f9c82ea274 save files changed in refactoring 2015-08-07 14:24:30 -07:00
Arthur Ozga e9fa806c9f move helper and add capture of this 2015-08-07 14:01:07 -07:00
Tien Nguyen 3f3aea1380 Fix mistyped occurrence. 2015-08-06 16:17:19 -07:00
Arthur Ozga 3e59651152 simplified docParams 2015-08-06 16:13:28 -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
Arthur Ozga 6b1838caec change '*' to '-' in lists 2015-08-06 08:31:29 -07:00
Arthur Ozga 4ea3bb6485 Make 'predicate' optional and DRY 2015-08-05 16:22:27 -07:00
Tien Nguyen 1cc0e5feee Always indent PropertyAccessExpression. 2015-08-05 15:03:49 -07:00
Arthur Ozga 5c8e3518e9 fixed logging 2015-08-03 16:17:59 -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
Arthur Ozga a759f9f0b5 added helper 2015-08-03 13:38:45 -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
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
Jason Freeman 4673d618a7 Make declaration emitter call resolver.isOptionalParameter 2015-07-28 14:42:08 -07:00
Jason Freeman 40d6c7f740 Merge branch 'master' of https://github.com/Microsoft/TypeScript into defaultInitializer 2015-07-27 15:34:29 -07:00
Arthur Ozga 7c024aba56 cleanup 2015-07-27 13:19:14 -07:00
Arthur Ozga a95f608f1d Merge branch 'master' into removeForLoop 2015-07-27 13:17:18 -07:00
Arthur Ozga 92b42ee42d added an annotation 2015-07-24 17:56:53 -07:00
Arthur Ozga 98d2bcbf88 add newline if we directly precede the declaration 2015-07-24 16:25:32 -07:00
Arthur Ozga e6809c30f1 Simplfied Return Values 2015-07-24 15:27:28 -07:00
Jason Freeman a47e02aeac Adjust notion of minArgumentCount to account for required parameters with default initializers 2015-07-24 14:59:52 -07:00
Vladimir Matveev e1fa3c5515 Merge pull request #3982 from Microsoft/sourceMapsInTranspile
add transpileModule function that can return emitted source map
2015-07-23 17:25:30 -07:00
Arthur Ozga 355db2351e Merge branch 'master' into JSDocCommentScaffolding 2015-07-23 14:04:49 -07:00
Arthur Ozga 24b29f1fb7 Check if inside the declaration 2015-07-23 14:03:52 -07:00
Arthur Ozga 5e0f1a6cfa Merge branch 'master' into JSDocCommentScaffolding 2015-07-23 10:59:53 -07:00
Jason Freeman d6998da761 Add getBaseTypes on TypeObject in services 2015-07-22 15:27:25 -07:00
Vladimir Matveev 500cadac5c add transpileModule function that can return emitted source map 2015-07-22 11:58:27 -07:00
Arthur Ozga 6d174a0f18 Adjust carat after insertion 2015-07-20 18:31:17 -07:00
Anders Hejlsberg 2913cb023b Merge branch 'master' into strictObjectLiterals
Conflicts:
	tests/baselines/reference/typeGuardFunction.types
2015-07-19 11:45:25 -07:00
Arthur Ozga ab340756bc Get Scaffolding 2015-07-17 16:32:29 -07:00
Arthur Ozga 1ca17aba26 Addressed Daniel's Comments 2015-07-17 11:20:51 -07:00
Arthur Ozga 005b8583f5 remove for-loops 2015-07-17 10:33:07 -07:00