10112 Commits

Author SHA1 Message Date
Ron Buckton
a6af98e100 Merge pull request #6631 from Microsoft/reservePromiseInTopLevelModule
Reserve promise in top level module
2016-01-27 12:25:57 -08:00
Vladimir Matveev
f23c35f04d Merge pull request #5728 from Microsoft/pathMappingModuleResolution
Path mapping module resolution
2016-01-27 11:38:33 -08:00
Vladimir Matveev
2b22a47cbb Merge pull request #6553 from Microsoft/handleNestedBlockScopedName
handle block scoped binding in nested blocks
2016-01-27 11:28:59 -08:00
Anders Hejlsberg
98603f9f49 Merge pull request #6532 from Microsoft/readonlyMembers
Readonly properties and index signatures
2016-01-27 10:50:26 -08:00
Vladimir Matveev
e67ff39e17 merge with origin/master 2016-01-27 10:40:52 -08:00
Anders Hejlsberg
cbb195b047 Renumbering NodeFlags to start at 1 << 0 2016-01-27 10:25:51 -08:00
Vladimir Matveev
fd879bb268 Merge pull request #6655 from Microsoft/pin_mocha_2.3.4
pin mocha version to 2.3.4
2016-01-27 10:10:23 -08:00
Vladimir Matveev
5282cad100 pin mocha version to 2.3.4 2016-01-27 09:56:20 -08:00
Vladimir Matveev
adacad326a addressed PR feedback 2016-01-26 21:38:12 -08:00
Ron Buckton
e4c0c00287 Fixed typo in diagnostic message name 2016-01-26 17:34:30 -08:00
Ron Buckton
655d5c934c Comments and messages 2016-01-26 16:04:40 -08:00
Yui
265069e296 Merge pull request #6194 from Microsoft/fix4867_transpiling
Fix incorrectly emitting underscore of imported property
2016-01-26 16:04:09 -08:00
Kanchalai Tanglertsampan
bc2599083c Merge branch 'master' into fix4867_transpiling 2016-01-26 15:37:49 -08:00
Vladimir Matveev
322126d106 Merge pull request #6628 from Microsoft/thisTypeAsConstraint
break on 'this' type in hasConstraintReferenceTo
2016-01-26 14:58:35 -08:00
Ron Buckton
c20a70529e Updated baselines 2016-01-26 14:51:07 -08:00
Ron Buckton
2b1fd8c419 Merge pull request #5870 from Microsoft/alternateFixSuperInAsyncMethod
Fix super in async method
2016-01-26 13:04:06 -08:00
Ron Buckton
05803f5285 Added comments for new flags in types.ts 2016-01-26 12:55:03 -08:00
Ron Buckton
35044d1293 Added error when return type is not the global Promise 2016-01-26 12:47:53 -08:00
Ron Buckton
95422fa595 merge branch 'alternateFixSuperInAsyncMethod' into reservePromiseInTopLevelModule 2016-01-26 12:26:49 -08:00
Ron Buckton
da6aadbea8 Merge branch 'master' into alternateFixSuperInAsyncMethod 2016-01-26 11:49:30 -08:00
Ron Buckton
b00cae87b3 Moved isSuperPropertyOrElementAccess to utilities 2016-01-26 11:36:20 -08:00
Vladimir Matveev
910fbba156 break on 'this' type in hasConstraintReferenceTo 2016-01-26 10:16:46 -08:00
Mohamed Hegazy
f70e255fa0 Merge pull request #6618 from Microsoft/versionUpdate
Update version
2016-01-25 21:28:30 -08:00
Ron Buckton
3e0c84e43b PR feedback 2016-01-25 17:44:07 -08:00
Mohamed Hegazy
add91052bb Update version 2016-01-25 17:08:15 -08:00
Ryan Cavanaugh
6febe3b503 Merge pull request #6562 from RyanCavanaugh/jsIsJsx
Treat .js as JSX
2016-01-25 16:15:52 -08:00
Mohamed Hegazy
85d09e4a9d Merge pull request #6512 from masaeedu/allowMissingReturnForVoidAnyUnion
Allow missing return for void any union
2016-01-25 15:12:40 -08:00
Daniel Rosenwasser
6ff1bbee4c Merge pull request #6597 from plantain-00/use_const_rather_than_var_when_target_es6
Use const rather than var when target es6
2016-01-25 14:14:05 -08:00
Ryan Cavanaugh
c38021ffb8 Lint 2016-01-25 13:38:00 -08:00
Ryan Cavanaugh
bfd6ca04af baseline-accept 2016-01-25 13:25:22 -08:00
Vladimir Matveev
8a8ed0a871 update implementation based on the results of design meeting 2016-01-25 11:49:26 -08:00
Anders Hejlsberg
da107fe4cb Accepting new baselines 2016-01-25 11:46:32 -08:00
Anders Hejlsberg
77d174a314 Adding tests 2016-01-25 11:46:23 -08:00
Vladimir Matveev
2b2b150dc7 Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution 2016-01-25 11:28:02 -08:00
Ron Buckton
4d3f6e76b8 Error for Promise redeclaration in module with async 2016-01-25 10:32:34 -08:00
Paul van Brenk
f947f6abb4 Merge pull request #6602 from paulvanbrenk/master
Fix up todo comment
2016-01-24 22:27:42 -08:00
york yao
d06d66cf5d use a local string rather than a function 2016-01-25 13:35:12 +08:00
Vladimir Matveev
cb3e93f75b Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution 2016-01-24 19:57:13 -08:00
york yao
72c3bb6930 extract a helper method 2016-01-25 10:48:23 +08:00
Paul van Brenk
700af6a2ce Fix up todo in jsdoccomment template code. 2016-01-24 16:08:45 -08:00
york yao
88676d680f a better way since languageVersion is a number 2016-01-25 07:50:22 +08:00
Anders Hejlsberg
0b1f0d867e Accepting new baselines 2016-01-24 15:44:29 -08:00
Anders Hejlsberg
7561642104 Adding const/readonly to core.d.ts and es6.d.ts 2016-01-24 15:44:13 -08:00
Anders Hejlsberg
c826a900bc Merge branch 'master' into readonlyMembers
Conflicts:
	src/compiler/types.ts
2016-01-24 15:21:03 -08:00
Anders Hejlsberg
c78ee723a0 Accepting new baselines 2016-01-24 13:44:54 -08:00
Anders Hejlsberg
ea4e3afd98 Fix tests 2016-01-24 13:44:22 -08:00
Anders Hejlsberg
49dd54e91a Include readonly in type equality checks + Treat more symbols as readonly 2016-01-24 13:44:05 -08:00
Daniel Rosenwasser
239695f7ae Merge pull request #6583 from falsandtru/fixWeakSetWeakMapClear
Remove `clear` method in `WeakSet` and `WeakMap`
2016-01-24 11:14:15 -08:00
york yao
ac196eb2aa use const rather than var when emitting external import declaration and the target is es6 2016-01-24 17:10:44 +08:00
Paul van Brenk
9a20df36e5 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2016-01-23 23:55:48 -08:00