Commit graph

8047 commits

Author SHA1 Message Date
Daniel Rosenwasser
906634f0a4 Accepted baselines. 2015-09-01 17:45:47 -07:00
Daniel Rosenwasser
e3657bccff Added tests. 2015-09-01 17:36:20 -07:00
Daniel Rosenwasser
232e33e854 Accepted baselines. 2015-09-01 17:25:16 -07:00
Daniel Rosenwasser
9d3907ffbe Added declaration option to empty destructuring tests. 2015-09-01 17:24:58 -07:00
Vladimir Matveev
06e25377ff Merge pull request #4592 from Microsoft/noExperimetntalForModuleResolutionFlag
remove 'experimental' from 'moduleResolution' command line argument
2015-09-01 15:28:00 -07:00
Sheetal Nandi
5f78d39662 If Type annotation is missing, emit design:Type as Object
Fixes #4549
2015-09-01 13:46:44 -07:00
Anders Hejlsberg
66e3abaa12 Accepting new baselines 2015-09-01 13:17:02 -07:00
Anders Hejlsberg
f28e424d31 Adding tests 2015-09-01 13:16:54 -07:00
Anders Hejlsberg
c436736e1e Adding a few comments 2015-09-01 13:15:43 -07:00
Vladimir Matveev
538d5b9480 fix 'findPrecedingToken' for jsxText 2015-09-01 12:41:48 -07:00
Anders Hejlsberg
e78478b767 More flexible rules when destructuring have literal initializers 2015-09-01 12:34:29 -07:00
Vladimir Matveev
3e2be80d8a remove 'experimental' from 'moduleResolution' command line argument 2015-09-01 11:09:41 -07:00
Yui T
1854adb56b address PR 2015-08-31 20:33:02 -07:00
Daniel Rosenwasser
90b345c01e Merge pull request #4575 from Microsoft/bettErrErrorsForObjectLiteralExcessPropertiesInMaster
Better error spans for object literal excess properties (into branch 'master')
2015-08-31 15:36:01 -07:00
Daniel Rosenwasser
ad3cca3d4f Added comment, inlined function. 2015-08-31 15:04:25 -07:00
Daniel Rosenwasser
5ff945bc5e Style. 2015-08-31 15:04:20 -07:00
Daniel Rosenwasser
f6aac04d1e Accepted baselines. 2015-08-31 15:04:16 -07:00
Daniel Rosenwasser
41f37f5890 Improve error message spans when object literals have excess properties. 2015-08-31 15:04:12 -07:00
Daniel Rosenwasser
712d5c483f Added comment, inlined function. 2015-08-31 14:53:02 -07:00
Graeme Wicksted
c209747c6a Add parameters to toLocaleDateString
Also added missing option in Intl.DateTimeFormatOptions (timeZone).  Original ticket #4294
2015-08-31 10:29:58 -04:00
Daniel Rosenwasser
42e08686be Style. 2015-08-31 01:09:48 -07:00
Daniel Rosenwasser
4d42d21912 Accepted baselines. 2015-08-31 01:08:09 -07:00
Daniel Rosenwasser
19e54fe1af Improve error message spans when object literals have excess properties. 2015-08-31 01:07:30 -07:00
tien
d0281f0e0e Merge pull request #4536 from hoanhtien/fixInconsistentFormatting
Fix formatting inconsistencies in editorservices.ts
2015-08-30 17:02:45 -07:00
Anders Hejlsberg
758cdf3378 Only obtain regular type of fresh object literal type if necessary 2015-08-30 15:07:04 -07:00
Mohamed Hegazy
5542e396d7 Update LKG 2015-08-28 17:52:47 -07:00
Anders Hejlsberg
565696217f Addressing CR feedback 2015-08-28 17:51:07 -07:00
Anders Hejlsberg
2ee80f1f10 Accepting new baselines 2015-08-28 17:50:56 -07:00
Anders Hejlsberg
d63a4f1643 Fixing fourslash tests 2015-08-28 17:50:47 -07:00
Anders Hejlsberg
0e52555d4c Restoring union type subtype reduction 2015-08-28 17:50:39 -07:00
Mohamed Hegazy
7f6608b2b9 Merge pull request #4537 from Microsoft/unionSubtypeReduction
Union subtype reduction
2015-08-28 17:48:57 -07:00
Anders Hejlsberg
603eb86302 Addressing CR feedback 2015-08-28 17:39:50 -07:00
Tien Nguyen
2611607159 Reformat some code. 2015-08-28 16:01:04 -07:00
Anders Hejlsberg
49bb2bbc15 Accepting new baselines 2015-08-28 16:00:14 -07:00
Anders Hejlsberg
00e7c46ea9 Fixing fourslash tests 2015-08-28 15:59:37 -07:00
Ron Buckton
9866172623 Merge pull request #4535 from Microsoft/fixAsyncCallResolutionException
Fixes fallback checks that cause an exception during call resolution …
2015-08-28 15:29:20 -07:00
Ron Buckton
1ea378859c Fixes fallback checks that cause an exception during call resolution for an async function 2015-08-28 15:13:32 -07:00
Anders Hejlsberg
d8d7fb96b5 Restoring union type subtype reduction 2015-08-28 14:50:58 -07:00
Daniel Rosenwasser
9f8de0f61a Merge pull request #4531 from DickvdBrink/fix-occurrences-classexpressions
Fix occurrences for classexpressions
2015-08-28 14:47:23 -07:00
Ryan Cavanaugh
90aff0c654 Use synthetic identifier during emit instead 2015-08-28 14:00:36 -07:00
Ryan Cavanaugh
6b476b2b5f CR feedback 2015-08-28 13:59:29 -07:00
Dick van den Brink
1f8de043a1 Added tests for getOccurrences on this in class expressions 2015-08-28 22:11:09 +02:00
Dick van den Brink
8028ab56c5 Fix occurrences on this in class expressions
Fix #4479
2015-08-28 22:11:01 +02:00
Daniel Rosenwasser
59782a98eb Merge pull request #4525 from SaschaNaz/formatFunctionType
Add two template literal tests
2015-08-28 08:52:49 -07:00
SaschaNaz
019993ea8b remove spaces 2015-08-28 23:13:15 +09:00
SaschaNaz
0703535381 Do not replace but do extend 2015-08-28 23:12:30 +09:00
SaschaNaz
90fb901ac6 Merge remote-tracking branch 'Microsoft/master' 2015-08-28 20:08:14 +09:00
Vladimir Matveev
dec6bd9677 Merge pull request #4517 from Microsoft/port4488
Port PR 4488 into master
2015-08-27 18:44:52 -07:00
Vladimir Matveev
be8f17c5d7 Merge pull request #4488 from Microsoft/fixRWC
Move RWC runner to use Harness.IO instead of sys
2015-08-27 18:22:28 -07:00
Vladimir Matveev
4aec447dba Merge pull request #4488 from Microsoft/fixRWC
Move RWC runner to use Harness.IO instead of sys
2015-08-27 18:16:22 -07:00