11360 Commits

Author SHA1 Message Date
Anders Hejlsberg
8265e29038 Merge pull request #12927 from Microsoft/mappedTypesPropsAndIndex
Preserve declared properties when mapping types with index signatures
2016-12-14 15:23:29 -08:00
Vladimir Matveev
321b23525a remove debugger statement 2016-12-14 15:01:46 -08:00
Anders Hejlsberg
f58e1a2b17 Map both declared properties and string index signatures 2016-12-14 14:59:00 -08:00
Vladimir Matveev
dda24f6d70 allow to compute change ranges only for snapshots from the same script version cache 2016-12-14 14:43:45 -08:00
Daniel Rosenwasser
8e94d84953 Merge pull request #12893 from Microsoft/capturedThisFix
Avoid replacing last statement of derived constructors if 'this' is referenced.
2016-12-14 13:31:08 -08:00
Daniel Rosenwasser
784eac5cbd Indented and-ed expressions. 2016-12-14 12:56:40 -08:00
jramsay
2e97cffe61 Merge pull request #12898 from Microsoft/NavigateToFixForIIFE
NavigateTo is not working correctly for declarations in IIFEs
2016-12-14 10:56:44 -08:00
Arthur Ozga
97f18c9bf5 Cleanup 2016-12-14 10:28:18 -08:00
Arthur Ozga
4af3937e37 Merge branch 'master' into interfaceFixes 2016-12-14 09:35:09 -08:00
Arthur Ozga
d75d548470 implicit any for synthesized signature 2016-12-14 09:24:19 -08:00
Arthur Ozga
8be881916b simplify and inline methods 2016-12-14 09:10:51 -08:00
Arthur Ozga
467381273e refactor fix 2016-12-14 08:41:55 -08:00
Arthur Ozga
3cfac081d5 abstract class expr instantiation and abstract fix works with class expr 2016-12-14 08:40:41 -08:00
Andy
757af496e1 Merge pull request #12862 from Microsoft/neater_checker
Make some code in checker neater
2016-12-14 07:48:40 -08:00
Yuichi Nukiyama
7fce634e85 merge 2016-12-14 23:54:59 +09:00
Yuichi Nukiyama
3be557444d resolve confilict 2016-12-14 23:52:52 +09:00
Yuichi Nukiyama
35331bde87 Merge remote-tracking branch 'tsupstream/master' 2016-12-14 23:26:02 +09:00
Jason Ramsay
97641e7c3c NavigateTo is not working correctly for declarations in IIFEs
Fix: visit the node's children even when the function declaration name is undefined
2016-12-13 16:47:32 -08:00
Mohamed Hegazy
c9111a0dbb Fix https://github.com/Microsoft/TypeScript/issues/12316: Add method to known tag names 2016-12-13 16:36:54 -08:00
Nathan Shively-Sanders
ae2a13cf18 Merge pull request #12896 from Microsoft/implicit-any-error-on-explicit-any
Set symbol/flags only on (fresh) object spreads
2016-12-13 14:15:52 -08:00
Nathan Shively-Sanders
8dc1747db7 Set symbol/flags only on (fresh) object spreads
If you spread any into an object, the type is any, which should not be
changed.
2016-12-13 13:52:58 -08:00
Vladimir Matveev
e68161adfa when language service is disabled - build program using only open files (#12809) 2016-12-13 13:21:32 -08:00
Vladimir Matveev
c71e6cc9ef add a new line if after writing trailing comments (#12894) 2016-12-13 12:57:21 -08:00
Daniel Rosenwasser
7da4b857f2 Don't replace the last statement if 'this' is used/captured within the constructor. 2016-12-13 11:58:58 -08:00
Vladimir Matveev
e5e1533d49 mark types used in decorator metadata as referenced (#12890) 2016-12-13 11:46:06 -08:00
Andy Hanson
891159c6ac Make some code in checker neater 2016-12-13 07:21:55 -08:00
Mohamed Hegazy
c76a3a6fef Merge pull request #12782 from Microsoft/fix12439
Fix paramtypes metadata emit
2016-12-12 16:22:34 -08:00
Mohamed Hegazy
24c56a5733 Merge pull request #12775 from Microsoft/fix12724
Fix error on extends in declaration file with importHelpers
2016-12-12 16:18:22 -08:00
Nathan Shively-Sanders
525a06f2b3 Merge pull request #12858 from Knagis/master
Fixed missing whitespace in jsDoc comments. Fixes #12236
2016-12-12 15:12:57 -08:00
Kārlis Gaņģis
aa4a0b6469 Fixed jsDoc parser - no longer omits asterisks in the middle (if the line does not start with asterisk) and additional case for whitespaces being ignored 2016-12-13 00:05:16 +02:00
Anders Hejlsberg
055c0af397 Merge pull request #12843 from Microsoft/mappedTypeModifiers3
Additional tweak to mapped type property modifier propagation
2016-12-12 13:15:19 -08:00
Vladimir Matveev
d0506735e3 elaborate check before converting fresh literal type to regular (#12595) 2016-12-12 12:37:06 -08:00
Kārlis Gaņģis
19070648eb Added test for https://github.com/Microsoft/TypeScript/issues/12236 2016-12-12 22:33:45 +02:00
Andy
a33e6536e0 Merge pull request #12852 from Microsoft/untyped_augmentation_2
Produce an error for an augmentation of an untyped module even if `moduleNotFoundError` is not defined
2016-12-12 12:33:37 -08:00
Kārlis Gaņģis
05b17255f6 Fixed missing whitespace in jsDoc comments. Fixes https://github.com/Microsoft/TypeScript/issues/12236 2016-12-12 21:40:00 +02:00
Nathan Shively-Sanders
65bb78d569 Merge pull request #12808 from Microsoft/self-referencing-spread-recursive-loop
Self-referencing spread recursive loop
2016-12-12 10:40:34 -08:00
Vladimir Matveev
496a14a021 create new lexical environment for the body of converted loop (#12831) 2016-12-12 10:18:30 -08:00
Vladimir Matveev
a604d84f5c guard against visiting the same symbol table multiple times (#12818) 2016-12-12 10:17:07 -08:00
Andy Hanson
83eddb549e Produce an error for an augmentation of an untyped module even if moduleNotFoundError is not defined 2016-12-12 07:36:54 -08:00
Arthur Ozga
1ba6c8605b Merge branch 'master' into interfaceFixes 2016-12-11 21:51:29 -08:00
Arthur Ozga
469745b181 Synthetic signature uses existing parameter names 2016-12-11 21:50:46 -08:00
Anders Hejlsberg
52291762d7 Additional tweak to mapped type property modifier propagation 2016-12-11 17:43:46 -08:00
Anders Hejlsberg
7c5c664a1c Merge pull request #12826 from Microsoft/mappedTypeModifiers2
Improve propagation of modifiers in mapped types
2016-12-10 15:16:05 -08:00
Anders Hejlsberg
57cb4aceb7 Merge pull request #12770 from Microsoft/deferIndexedAccess
Defer indexed access T[K] with non-generic K
2016-12-10 15:15:39 -08:00
Anders Hejlsberg
33b512548e Pick<T, K> and similar mapped types propagate modifiers from T 2016-12-10 10:04:30 -08:00
Jason Ramsay
c40508cf1c getSupportedExtensions optimization to reduce allocations 2016-12-09 16:25:09 -08:00
Jason Ramsay
5829ca82d0 use localUse local updatedFileNames - this way we'll know that set of names is definitely cleared 2016-12-09 14:44:08 -08:00
Jason Ramsay
30bd84174a Merge branch 'master' into tsconfigMixedContentSupport 2016-12-09 14:24:32 -08:00
Vladimir Matveev
798d080df1 mark containing project as dirty when file is closed (#12789)
* mark containing project as dirty when file is closed

* remove debugger statement
2016-12-09 14:21:56 -08:00
Jason Ramsay
05160cae8e Rename fileExtensionMap: fileExtensionMapItem[] to extraFileExtensions: FileExtensionInfo[] 2016-12-09 13:36:43 -08:00