Commit Graph

1722 Commits

Author SHA1 Message Date
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
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
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
Anders Hejlsberg 2913cb023b Merge branch 'master' into strictObjectLiterals
Conflicts:
	tests/baselines/reference/typeGuardFunction.types
2015-07-19 11:45:25 -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
Daniel Rosenwasser 439c14f663 Merge pull request #3636 from Microsoft/semanticBindingPropNames
Enable semantic operations on binding element property names
2015-07-16 15:01:46 -07:00
jramsay 01244d60da Merge pull request #3546 from Microsoft/tsConfigExcludeLSSupport
tsconfig.json exclude LS support
CoreServicesShimHost and CoreServicesShimHostAdapter changes to support tsconfig.json exclude from the language service.
2015-07-15 19:15:09 -07:00
Daniel Rosenwasser ca3c14f8a2 Merge branch 'master' into semanticBindingPropNames
Conflicts:
	src/harness/fourslash.ts
2015-07-15 16:47:07 -07:00
Daniel Rosenwasser fdd1f30a95 Enable retrieving the type of a binding property name when an initializer/type annotation is present. 2015-07-15 15:56:13 -07:00
Daniel Rosenwasser d17f13a5eb Merge pull request #3818 from Microsoft/exportSpecifierCompletions
Support completions in exports with module specifiers.
2015-07-15 14:23:20 -07:00
Jason Ramsay dea66a66dc Fix comment spacing for readDirectory in shims.ts 2015-07-15 14:19:54 -07:00
Jason Ramsay 52423f0e6e CoreServicesShimHost and CoreServicesShimHostAdapter changes to support TSConfig exclude from the language service 2015-07-15 14:07:48 -07:00
Vladimir Matveev 93e5cae729 addressed PR feedback: added comments 2015-07-15 13:16:12 -07:00
Vladimir Matveev 7d6f8f33ce dispose snapshot only if new file differs from the old file 2015-07-15 13:15:56 -07:00
Vladimir Matveev ba3d2dbd14 dispose script snapshots from the old source file 2015-07-15 13:15:37 -07:00
Dick van den Brink acb9f709e4 Fix occurrences in ClassExpressions 2015-07-15 00:31:46 +02:00
Daniel Rosenwasser 076028c57d Changed order of parameters. 2015-07-13 18:03:06 -07:00
Daniel Rosenwasser 4f7c62482a Just use 'filter' 2015-07-13 17:59:42 -07:00
Daniel Rosenwasser 30c6947ae3 Addressed CR feedback. 2015-07-13 17:55:48 -07:00
Daniel Rosenwasser c5aa3ad8a3 Merge pull request #3846 from DickvdBrink/abstract-occurrences
Highlight Abstract occurrences
2015-07-13 17:08:14 -07:00
Cyrus Najmabadi 557b795ca7 Merge branch 'master' into textClassification 2015-07-13 17:01:17 -07:00
Cyrus Najmabadi 96c1b9c358 Classify Identifiers as 'Identifier', not 'Text'. 2015-07-13 16:44:07 -07:00
Dick van den Brink fc47329ed2 PR feedback for abstract keyword occurrences 2015-07-14 00:43:16 +02:00
Dick van den Brink b33a35b122 Highlight abstract keywords on classes and members 2015-07-13 23:38:10 +02:00
Dick van den Brink 6dcc9fcf65 Don't fall through to the modifier check for get/set keywords 2015-07-13 22:13:11 +02:00
Mohamed Hegazy 35ca82cfd7 Merge pull request #3738 from SaschaNaz/parenIndentFix
Fixing indentation of dangling closing parenthesis
2015-07-13 11:23:59 -07:00
Anders Hejlsberg 11aecee9a6 Switch to assignability check and fix compiler bugs found by check 2015-07-10 19:16:53 -07:00
Daniel Rosenwasser a6d17d82c2 Pick your poition. 2015-07-10 17:58:49 -07:00
Daniel Rosenwasser 48ca1c49c4 Fixed conversion from forEach to for-of 2015-07-10 17:55:04 -07:00
Daniel Rosenwasser 616d84e4a0 Fix merge mistake. 2015-07-10 17:51:01 -07:00
Daniel Rosenwasser e5b8f87927 Merge branch 'master' into exportSpecifierCompletions
Conflicts:
	src/services/services.ts
2015-07-10 17:30:20 -07:00
Daniel Rosenwasser 49af660595 Account for export/import specifier renames and namespace import names in completion. 2015-07-10 17:23:11 -07:00
Daniel Rosenwasser afec273e87 Clarify function name. 2015-07-10 16:49:02 -07:00
Daniel Rosenwasser a309b1dd67 Handle export declarations with module specifiers as well. 2015-07-10 15:38:06 -07:00
Yui T f16f9d129a Merge branch 'master' of https://github.com/Microsoft/TypeScript into completionListWithLocalName 2015-07-10 11:04:21 -07:00
Daniel Rosenwasser 1daf49c067 Don't filter out JSX attributes. 2015-07-09 20:02:51 -07:00
Daniel Rosenwasser fc45219058 Spacing. 2015-07-09 19:53:10 -07:00
Daniel Rosenwasser 1b0b434422 Don't filter out the current item. 2015-07-09 19:52:54 -07:00
Yui T 41bedd2768 Use getDecalredName in service layer instead of symbol.getName 2015-07-09 17:05:57 -07:00
CyrusNajmabadi aaf0f78553 Merge pull request #3778 from Microsoft/noPushApply
Don't call push.apply, it can stack overflow with large arrays.
2015-07-08 11:25:48 -07:00
Cyrus Najmabadi e0e9bcff46 Don't call push.apply, it can stack overflow with large arrays. 2015-07-07 17:44:22 -07:00
Yui T b5b1b7b5bb Use symbol.getName for classExpression and functionExpression since it now correctly represent declared-name. 2015-07-07 15:26:01 -07:00
Yui T 872fdcf444 Merge branch 'master' into completionListWithLocalName
Conflicts:
	tests/cases/fourslash/renameLocationsForClassExpression01.ts
2015-07-07 15:17:42 -07:00
Daniel Rosenwasser 8cdd59f7be Merge pull request #3727 from Microsoft/elipsisMeansQuiet
Don't give back completions after stray dots
2015-07-07 14:45:59 -07:00
Daniel Rosenwasser d353d62434 Addressed CR feedback. 2015-07-07 12:48:17 -07:00