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
|
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
|
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
|
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 |
|
SaschaNaz
|
9d867b70e3
|
pseudo-block indentation
|
2015-08-30 15:02:15 +09:00 |
|
 Anders HejlsbergandMohamed Hegazy
|
565696217f
|
Addressing CR feedback
|
2015-08-28 17:51:07 -07:00 |
|
 Anders HejlsbergandMohamed Hegazy
|
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 |
|
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 |
|
Ryan Cavanaugh
|
90aff0c654
|
Use synthetic identifier during emit instead
|
2015-08-28 14:00:36 -07:00 |
|
Dick van den Brink
|
8028ab56c5
|
Fix occurrences on this in class expressions
Fix #4479
|
2015-08-28 22:11:01 +02:00 |
|
SaschaNaz
|
525aea3cf9
|
add rules and indents to named export/import
|
2015-08-28 23:00:58 +09: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 |
|
Mohamed Hegazy
|
28212441d9
|
Merge pull request #4494 from JKillian/namespaceFlagDotSyntax
Propagate namespace flag to namespaces nested with dot syntax
|
2015-08-27 17:48:15 -07:00 |
|
Ryan Cavanaugh
|
38a479103b
|
Merge pull request #4475 from RyanCavanaugh/fix4422
Correctly emit imported 'React' references in JSX.
|
2015-08-27 17:41:52 -07:00 |
|
Vladimir Matveev
|
24a65f4f79
|
merge with master
|
2015-08-27 17:15:49 -07:00 |
|
Vladimir Matveev
|
8df7cbb515
|
pass IO when getting default library instead of reading it to prevent
memory leaks, do not count errors in library files twice
|
2015-08-27 16:59:37 -07:00 |
|
Wesley Wigham
|
f1dbf904a7
|
Toss the System out
|
2015-08-27 16:52:49 -07:00 |
|
Wesley Wigham
|
e4af02bb8b
|
Toss the option out the window
|
2015-08-27 16:35:02 -07:00 |
|
Mohamed Hegazy
|
0369ecd213
|
Merge branch 'master' into mergeMasterInRelease1.6
|
2015-08-27 16:27:31 -07:00 |
|
Mohamed Hegazy
|
6cd2a47d97
|
Merge branch 'master' into mergeMasterInRelease1.6
|
2015-08-27 16:26:04 -07:00 |
|
Anders Hejlsberg
|
29ec6b0042
|
Merge pull request #4509 from Microsoft/noDedupeTupleTypes
Fix stack overflow with recursive tuple types
|
2015-08-27 16:25:25 -07:00 |
|
Anders Hejlsberg
|
5856cc5503
|
Merge pull request #4501 from Microsoft/checkClassExpressions
Properly check expressions in class extends clause
|
2015-08-27 16:21:02 -07:00 |
|
Anders Hejlsberg
|
c56683caf3
|
Merge pull request #4484 from Microsoft/suppressExcessPropertyErrors
Adding -suppressExcessPropertyErrors compiler option
|
2015-08-27 16:20:28 -07:00 |
|
Anders Hejlsberg
|
98de9de281
|
No deduplication in union of tuple element types
|
2015-08-27 15:59:00 -07:00 |
|
Mohamed Hegazy
|
155a8870f3
|
Revert "Update version to 1.7"
This reverts commit 6fbf4494b5.
|
2015-08-27 15:49:50 -07:00 |
|
Mohamed Hegazy
|
6fbf4494b5
|
Update version to 1.7
|
2015-08-27 15:46:25 -07:00 |
|
Mohamed Hegazy
|
6975626581
|
Merge branch 'release-1.6'
|
2015-08-27 15:23:04 -07:00 |
|
Ron Buckton
|
89ac1940ee
|
Fixes declaration emit for a class that extends null
|
2015-08-27 15:21:31 -07:00 |
|
Daniel Rosenwasser
|
cabc0fff11
|
Merge pull request #4442 from SaschaNaz/formatFunctionType
Format function type (and others)
|
2015-08-27 14:52:52 -07:00 |
|
Yui T
|
5f3c7623aa
|
Add class expression if existed to classifiable-name map
|
2015-08-27 14:01:27 -07:00 |
|
Ron Buckton
|
f76528e6f7
|
Merge pull request #4502 from Microsoft/fixClassExtendsNullDeclEmit
Fixes declaration emit for a class that extends null
|
2015-08-27 13:58:54 -07:00 |
|
Yui
|
4a75f93934
|
Merge pull request #4503 from Microsoft/fixClassExpClassfication
Fix classification for class expression
|
2015-08-27 13:58:30 -07:00 |
|
Yui T
|
945eb1145d
|
Revert change to the harness that break the unittest
|
2015-08-27 13:48:25 -07:00 |
|
Yui T
|
bff8caa54c
|
Add class expression if existed to classifiable-name map
|
2015-08-27 13:15:03 -07:00 |
|
Ron Buckton
|
08f4f3774c
|
Fixes declaration emit for a class that extends null
|
2015-08-27 12:53:17 -07:00 |
|
Anders Hejlsberg
|
ff47fa124a
|
Property check expressions in class extends clause
|
2015-08-27 12:52:34 -07:00 |
|