Commit Graph
1781 Commits
Author SHA1 Message Date
Vladimir Matveev a88bfbd651 Merge branch 'master' into reuseAndCache 2015-08-17 14:36:17 -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 405db829a0 mismatch order of arguments 2015-08-12 13:55:41 -07: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
Vladimir Matveev a69b04145d delete entry from the cache when referenced file is removed, added tests 2015-08-06 16:23:21 -07:00
Tien Nguyen 3f3aea1380 Fix mistyped occurrence. 2015-08-06 16:17:19 -07:00
Vladimir Matveev 6455b8e59b merge with master 2015-08-06 16:14:51 -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
Vladimir Matveev fc1e89ace5 addressed CR feedback: merged getDefaultModuleResolver and resolveModuleName into one function, added comments 2015-08-05 14:30:41 -07:00
Vladimir Matveev 03aaf7cd7c addressed PR feedback 2015-08-04 21:22:37 -07:00
Vladimir Matveev a72994d78c removed extra whitespaces, added commments 2015-08-04 15:27:16 -07:00
Vladimir Matveev 49ad395de1 resolveModuleName => resolvedModuleNames, added tests 2015-08-04 15:21:16 -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
Vladimir Matveev f22c160a24 Merge remote-tracking branch 'origin/master' into reuseAndCache 2015-08-03 15:30:05 -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
Vladimir Matveev f9c07586b4 fix formatting 2015-07-29 18:14:13 -07:00
Vladimir Matveev 36043cd88a merge with master 2015-07-29 17:16:58 -07:00
Vladimir Matveev 544a7939f0 return ambient external modules as a results of preprocessing 2015-07-29 16:47:34 -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