Commit Graph

1907 Commits

Author SHA1 Message Date
Mine Starks
e1c27578cc Merge pull request #12856 from minestarks/includejsdoctags
Expose JSDoc tags through the language service
2017-04-03 11:06:58 -07:00
Yui
0cb490e2c2 Merge pull request #14692 from Microsoft/master-fixResolveEntityName
[Master] Fix resolve entity name to not dive inside property access expression when the expression is not entity name
2017-03-29 09:55:36 -07:00
Hendrik Liebau
3e81f08107 add single-line object destructuring test case 2017-03-29 09:52:52 +02:00
Hendrik Liebau
40cd0b8dd3 add formatting tests for multi-line object destructuring
with insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces === false
2017-03-28 18:20:33 +02:00
Mohamed Hegazy
0637f241b7 Merge remote-tracking branch 'origin/master' into checkJSFiles 2017-03-27 21:23:07 -07:00
Arthur Ozga
7340c4ca1e type predicate support 2017-03-27 11:53:44 -07:00
Arthur Ozga
fb4e3d87bd essymbol and object 2017-03-26 22:45:13 -07:00
Arthur Ozga
a7c166c4a5 optional signature 2017-03-24 12:56:54 -07:00
Mohamed Hegazy
db6c96967c Change ingore diagonstic comment to // @ts-ignore 2017-03-22 16:23:21 -07:00
Mohamed Hegazy
e408cad618 Merge branch 'master' into checkJSFiles 2017-03-22 15:45:27 -07:00
Arthur Ozga
43e01f282b remove trivia 2017-03-22 14:50:01 -07:00
Arthur Ozga
2958649a95 Enum and enum literal 2017-03-22 14:34:14 -07:00
Arthur Ozga
5b739cf78c respond to comments 2017-03-21 22:54:06 -07:00
Arthur Ozga
ac7fc8fe75 Handle TODO's 2017-03-17 11:54:51 -07:00
Arthur Ozga
dee9ced060 add tests 2017-03-16 18:02:34 -07:00
Arthur Ozga
621c044790 remove test 2017-03-16 17:22:57 -07:00
Arthur Ozga
7318c2c5a9 some cleanup 2017-03-16 17:18:28 -07:00
Arthur Ozga
7b93a75e41 Merge branch 'master' into createTypeNode 2017-03-16 16:46:45 -07:00
Arthur Ozga
451b2d648f Add signatures test 2017-03-16 16:09:54 -07:00
Vladimir Matveev
595342615b abstract code in FindReferences from concrete way of creating result reference entry to seamlessly reuse the same code for gotoImplementation (#14637) 2017-03-16 15:53:05 -07:00
Kanchalai Tanglertsampan
aace2c358f Update baselines and add fourslash 2017-03-16 13:39:30 -07:00
Zhengbo Li
5040e1d279 Mark occurence item in string with a special property (#14677)
* mark occurence item in string with a special property

* Adding trailing commas
2017-03-16 11:01:48 -07:00
Arthur Ozga
ec997f3299 more temp 2017-03-16 09:52:19 -07:00
Arthur Ozga
0a2d7a7f94 temp
* added signature factory/visitor entry
2017-03-15 18:09:55 -07:00
Mohamed Hegazy
0dac29f6f3 Merge branch 'master' into checkJSFiles 2017-03-15 12:35:26 -07:00
Vladimir Matveev
2b10611fbf initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer (#14441)
initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer
2017-03-15 11:44:36 -07:00
Arthur Ozga
758e1ff8b7 temp 2017-03-15 09:06:59 -07:00
Arthur Ozga
18723d938f Merge branch 'vladima/textChanges' into createTypeNode 2017-03-14 16:46:09 -07:00
Arthur Ozga
b8756597b8 test cleanup 2017-03-14 16:45:47 -07:00
Vladimir Matveev
d4bb267ee3 add insertNodeInListAfter functionality 2017-03-14 16:13:33 -07:00
Vladimir Matveev
e7e1ac93ad Merge remote-tracking branch 'origin/master' into vladima/textChanges 2017-03-14 15:08:57 -07:00
Arthur Ozga
2fd3229568 Various fixes
* create type reference node from type parameters
* expose index signature synthesis
* widen types in helpers
* format unions
* use deep cloning
2017-03-14 14:35:23 -07:00
Mohamed Hegazy
fd9fb8f9bc Support static properties 2017-03-13 22:50:21 -07:00
Mohamed Hegazy
6e86596a73 Add debugging utilities 2017-03-13 22:43:37 -07:00
Arthur Ozga
27fe2df203 some missed token bugs 2017-03-13 20:20:26 -07:00
Arthur Ozga
d298f960ab Refactor 2017-03-13 18:09:53 -07:00
Arthur Ozga
20f512cfd2 type parameters and basic object literals 2017-03-13 16:54:29 -07:00
Arthur Ozga
ef72c2e5d5 Merge branch 'createTypeNode' of github.com:aozgaa/TypeScript into createTypeNode 2017-03-13 10:11:13 -07:00
Arthur Ozga
f0b4efe94f type literals, properties only 2017-03-13 09:18:40 -07:00
Arthur Ozga
6c72283378 Use consistent quotes 2017-03-12 18:52:38 -07:00
Arthur Ozga
f5f01a162f Simplify Ranges 2017-03-12 17:14:20 -07:00
Nathan Shively-Sanders
bdb6a8a83a Merge pull request #12784 from e-cloud/fix/generic-this-arg
fix: add generic info for methods with thisArg of built-in classes
2017-03-10 09:02:09 -08:00
Yui
940d165b0d Merge pull request #14212 from Microsoft/master-12989
[Master] Fix 12989:  completion in JSX opening-like element when tag name is a property access expression
2017-03-09 18:42:36 -08:00
Mohamed Hegazy
706acdf138 Add quick fix to disable error checking in a .js file 2017-03-09 15:59:26 -08:00
e-cloud
5f5aa20816 test: adjust test case completionEntryForUnionMethod 2017-03-09 11:52:54 +08:00
Arthur Ozga
b7d09ef015 Make docComment template indent whitespace-only 2017-03-08 12:41:20 -08:00
Vladimir Matveev
d847e6a66a Merge remote-tracking branch 'origin/master' into vladima/textChanges 2017-03-07 15:10:41 -08:00
Anders Hejlsberg
56e2735f56 Fix fourslash test 2017-03-03 14:57:14 -08:00
Vladimir Matveev
d7e62bb9f7 initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer 2017-03-03 13:50:58 -08:00
Andy Hanson
b2f7d47977 Remove old commented-out code 2017-03-03 08:54:41 -08:00