Vladimir Matveev
|
04949a005c
|
Merge remote-tracking branch 'origin/master' into properExternalModules
|
2015-09-10 16:42:17 -07:00 |
|
Vladimir Matveev
|
297c60ea01
|
addressed PR feedback
|
2015-09-10 16:42:02 -07:00 |
|
Anders Hejlsberg
|
aa434a17a0
|
Merge pull request #4716 from Microsoft/optimizeFreshTypeRelation
Only obtain regular type of fresh object literal type if necessary
|
2015-09-10 16:14:29 -07:00 |
|
Vladimir Matveev
|
e0c16b4332
|
Check if imported file is a proper external module
|
2015-09-10 16:00:44 -07:00 |
|
Vladimir Matveev
|
c90276f73c
|
Merge pull request #4705 from Microsoft/keywordInJsxIdentifier
allow jsx identifiers to start with keywords
|
2015-09-10 15:00:09 -07:00 |
|
Yui
|
047b6ace6a
|
Merge pull request #3883 from Microsoft/omitComments
Do not emit /// comments when remove comments is specified
|
2015-09-10 14:34:53 -07:00 |
|
Yui T
|
40f05b7f7d
|
Address CR
|
2015-09-10 13:05:51 -07:00 |
|
Daniel Rosenwasser
|
bed25ddf18
|
Merge pull request #4641 from vilic/cast-expression-parentheses-with-numeric-literal
Do not omit parentheses for numeric literal with ".property" if it can not be followed by dot operator directly.
|
2015-09-10 12:14:49 -07:00 |
|
Vladimir Matveev
|
87890af5b4
|
Merge pull request #4723 from Microsoft/inheritDiagnostics
inherit file processing diagnostics from the old program when reusing program structure
|
2015-09-10 12:06:43 -07:00 |
|
vilicvane
|
c3323c9a69
|
Keep parentheses for all numeric literals with property access expression
|
2015-09-11 03:06:13 +08:00 |
|
Vladimir Matveev
|
5989d48267
|
addressed PR feedback
|
2015-09-10 12:05:23 -07:00 |
|
Vladimir Matveev
|
6a77400980
|
Merge pull request #4703 from Microsoft/jsxEmitAttribiteWithInitializer
do not emit '=' in jsx attribute if initializer is missing
|
2015-09-10 11:37:36 -07:00 |
|
Vladimir Matveev
|
6e24570135
|
reattach file diagnostics for modified files when reusing program structure
|
2015-09-10 10:46:39 -07:00 |
|
Anders Hejlsberg
|
c05650aea3
|
Actually cache regular version of fresh object literal type
|
2015-09-09 16:38:04 -07:00 |
|
Mohamed Hegazy
|
a5c72014b0
|
Merge pull request #4656 from Microsoft/Fix4655
Report error for class expressions incorrectly extending abstract classes
|
2015-09-09 13:35:42 -07:00 |
|
Vladimir Matveev
|
aa29644c2a
|
allow to use keywords as jsx identifiers
|
2015-09-08 22:40:16 -07:00 |
|
Vladimir Matveev
|
83214150f8
|
do not emit '=' in jsx attribute if initializer is missing
|
2015-09-08 18:40:30 -07:00 |
|
progre
|
52c99634ff
|
#4396 fix error message typo
|
2015-09-05 11:16:27 +09:00 |
|
Daniel Rosenwasser
|
4a85546f94
|
Merge pull request #4497 from weswigham/patch-4
Add system argument to readConfigFile
|
2015-09-04 18:10:46 -07:00 |
|
Mohamed Hegazy
|
d8c6f7edc3
|
fix additional places where class expression should be queried
|
2015-09-04 17:46:26 -07:00 |
|
Mohamed Hegazy
|
3a08af1450
|
Check for class expressions as well as class declarations
|
2015-09-04 17:45:57 -07:00 |
|
vilicvane
|
8d45711395
|
Else on the next line
|
2015-09-05 06:43:37 +08:00 |
|
Sheetal Nandi
|
46c005749b
|
Merge branch 'release-1.6'
|
2015-09-04 11:21:41 -07:00 |
|
Sheetal Nandi
|
0573c0b006
|
Merge pull request #4599 from Microsoft/decoratorInferredType
If Type annotation is missing, emit design:Type as Object
|
2015-09-04 11:19:17 -07:00 |
|
vilicvane
|
856f2d895c
|
Fix issue #4603
|
2015-09-04 21:47:28 +08:00 |
|
Daniel Rosenwasser
|
fafbec60de
|
Merge pull request #4552 from Microsoft/bettErrErrorsForObjectLiteralExcessProperties
Better error spans for object literal excess properties
|
2015-09-03 10:03:53 -07:00 |
|
Vladimir Matveev
|
cd6152ebe6
|
remove 'experimental' from 'moduleResolution' command line argument
|
2015-09-02 10:01:28 -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 |
|
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 |
|
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 |
|
Anders Hejlsberg
|
758cdf3378
|
Only obtain regular type of fresh object literal type if necessary
|
2015-08-30 15:07:04 -07:00 |
|
Anders Hejlsberg
|
565696217f
|
Addressing CR feedback
|
2015-08-28 17:51:07 -07:00 |
|
Anders Hejlsberg
|
0e52555d4c
|
Restoring union type subtype reduction
|
2015-08-28 17:50:39 -07:00 |
|
Anders Hejlsberg
|
603eb86302
|
Addressing CR feedback
|
2015-08-28 17:39:50 -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 |
|
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 |
|
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 |
|