Commit Graph

1743 Commits

Author SHA1 Message Date
Vladimir Matveev a69b04145d delete entry from the cache when referenced file is removed, added tests 2015-08-06 16:23:21 -07:00
Vladimir Matveev 6455b8e59b merge with master 2015-08-06 16:14:51 -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
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
Vladimir Matveev f22c160a24 Merge remote-tracking branch 'origin/master' into reuseAndCache 2015-08-03 15:30:05 -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 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
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
Vladimir Matveev 9332f7e1e3 introduce ModuleResolutionHost interface 2015-07-15 11:40:49 -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