Commit Graph

32734 Commits

Author SHA1 Message Date
Andy f9bcd26f17 Merge pull request #12947 from Microsoft/more_npm_ignore
Add more files to .npmignore
2016-12-15 12:14:22 -08:00
Sheetal Nandi f83e754379 Merge branch 'master' into ownJsonParsing 2016-12-15 11:45:40 -08:00
Bill Ticehurst bfc10ca96a Merge pull request #12937 from Microsoft/makeLibLFOnly
Make line-endings LF only in the /lib dir
2016-12-15 09:39:09 -08:00
Andy Hanson e2138da77e Add more files to .npmignore 2016-12-15 08:40:12 -08:00
Bill Ticehurst 371e4f7bc2 Make line-endings LF only in the /lib dir 2016-12-14 22:03:00 -08:00
Vladimir Matveev 366dfc052f expose parseCommandLine (#12934) 2016-12-14 21:53:33 -08:00
Bill Ticehurst cb6bf11e71 Merge pull request #12930 from Microsoft/port12803
Fix __awaiter helper for IE8 compat
2016-12-14 15:58:08 -08:00
Bill Ticehurst b0f42f04ee Fix __awaiter helper for IE8 compat 2016-12-14 15:45:05 -08:00
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
Mohamed Hegazy 52f4571497 Merge pull request #12926 from Microsoft/vladima/getchangerange
allow to compute change ranges only for snapshots from the same script version cache
2016-12-14 15:11:20 -08:00
Anders Hejlsberg a597d3c266 Accept new baselines 2016-12-14 15:03:13 -08:00
Vladimir Matveev 321b23525a remove debugger statement 2016-12-14 15:01:46 -08:00
Anders Hejlsberg 6cd7454a9b Add tests 2016-12-14 14:59:10 -08:00
Anders Hejlsberg f58e1a2b17 Map both declared properties and string index signatures 2016-12-14 14:59:00 -08:00
Mohamed Hegazy a7c0b250c4 Merge pull request #12925 from Microsoft/normalizeLibFileLineEndings
Normalize line endings for lib files while building them
2016-12-14 14:54:31 -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
Mohamed Hegazy 8290f8bf42 Normalize line endings for lib files while building them 2016-12-14 14:40:04 -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
Daniel Rosenwasser a01c195b4b Accepted baselines. 2016-12-14 12:53:19 -08:00
Daniel Rosenwasser dd0a3809d6 Added a tests for super property accesses within super calls of derived classes. 2016-12-14 12:48:02 -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 3fc94bbd3b Rename Tests 2016-12-14 10:38:00 -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
Nathan Shively-Sanders f097eafd11 More tests of parameter initialiser type 2016-12-14 08:49:21 -08:00
Nathan Shively-Sanders bb6f3ad29a Add parameter initialisers to control flow
Also a little code to emit them in declarations, but this doesn't work
yet.
2016-12-14 08:48:39 -08:00
Arthur Ozga 4b02099372 add tests 2016-12-14 08:42:05 -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 ec72ad64b6 update 2016-12-14 23:55:18 +09: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
Mohamed Hegazy 8f4cefe4fd Merge pull request #12897 from Microsoft/Fix12316
Add `method` to known tag names
2016-12-13 21:40:03 -08: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 587ba8d0ae Test:spreading any doesn't set flags on anyType
And update baselines
2016-12-13 13:55:13 -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 0de57d9707 Accepted baselines. 2016-12-13 11:59:10 -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
Nathan Shively-Sanders caad486a46 More test cases and notes 2016-12-13 11:10:12 -08:00
Nathan Shively-Sanders d62dd291bd Merge branch 'master' into add-undefined-to-default-valued-parameters 2016-12-13 10:40:04 -08:00