Nathan Shively-Sanders
|
d030889166
|
Update baselines
1. Display of `this` changes for quick info.
2. The type of Function.call/apply/bind is more precise.
|
2016-01-29 14:52:47 -08:00 |
|
Nathan Shively-Sanders
|
04e7d81105
|
Add tests and baselines for this-function types.
|
2016-01-29 14:49:52 -08:00 |
|
Yui
|
e954929d4b
|
Merge pull request #5833 from Microsoft/fix4211
Error when accessing this before super
|
2016-01-28 15:55:03 -08:00 |
|
Vladimir Matveev
|
78b525312f
|
Merge pull request #6704 from Microsoft/isRequireCall_fix
add extra argument to 'isRequireCall' to check if argument is string …
|
2016-01-28 15:16:53 -08:00 |
|
Kanchalai Tanglertsampan
|
bf854a784f
|
Merge branch 'master' into fix4211
|
2016-01-28 14:33:50 -08:00 |
|
Vladimir Matveev
|
3661b66be4
|
add extra argument to 'isRequireCall' to check if argument is string literal
|
2016-01-28 14:18:23 -08:00 |
|
Anders Hejlsberg
|
c00d239c00
|
Accepting new baselines
|
2016-01-28 13:29:58 -08:00 |
|
Anders Hejlsberg
|
371811ab5b
|
Adding test
|
2016-01-28 10:40:08 -08:00 |
|
Vladimir Matveev
|
5b68d6559a
|
strip quotes from module names during deduplication
|
2016-01-27 15:34:53 -08:00 |
|
Ron Buckton
|
6648403a8e
|
Updated test baselines
|
2016-01-27 14:31:21 -08:00 |
|
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 |
|
Kanchalai Tanglertsampan
|
e910e7151b
|
Merge branch 'master' into fix4211
|
2016-01-27 10:36:08 -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 |
|
Kanchalai Tanglertsampan
|
f4290e1538
|
Update baselines
|
2016-01-26 15:37:19 -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
|
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 |
|
Vladimir Matveev
|
910fbba156
|
break on 'this' type in hasConstraintReferenceTo
|
2016-01-26 10:16:46 -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 |
|
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 |
|
Ron Buckton
|
4d3f6e76b8
|
Error for Promise redeclaration in module with async
|
2016-01-25 10:32:34 -08:00 |
|
Vladimir Matveev
|
cb3e93f75b
|
Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution
|
2016-01-24 19:57:13 -08:00 |
|
Anders Hejlsberg
|
0b1f0d867e
|
Accepting new baselines
|
2016-01-24 15:44:29 -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 |
|
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 |
|
Anders Hejlsberg
|
7405a4b9c8
|
Accepting new baselines
|
2016-01-23 15:36:09 -08:00 |
|
Ryan Cavanaugh
|
64c2d66ccb
|
Merge branch 'master' into jsDocFinal
|
2016-01-22 15:10:02 -08:00 |
|
Anders Hejlsberg
|
e5063786ec
|
Accepting new baselines
|
2016-01-22 10:32:42 -08:00 |
|
Ron Buckton
|
6084dec8b9
|
Merge branch 'master' into alternateFixSuperInAsyncMethod
|
2016-01-21 16:52:45 -08:00 |
|
Yui T
|
a1acf8f0f3
|
Merge branch 'master' into fix4867_transpiling
|
2016-01-21 16:19:25 -08:00 |
|
Vladimir Matveev
|
f252b9dd58
|
handle undefined entry as export specifier
|
2016-01-21 13:35:58 -08:00 |
|
Ron Buckton
|
831daead55
|
Updated failing test
|
2016-01-21 10:01:40 -08:00 |
|
Ron Buckton
|
2374f1f9a5
|
Merge branch 'master' into moveEmitFlagsToBinder
|
2016-01-20 17:53:47 -08:00 |
|
Anders Hejlsberg
|
b6f43e6cae
|
Accepting new baselines
|
2016-01-20 16:59:03 -08:00 |
|
Vladimir Matveev
|
9d828e3916
|
Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution
|
2016-01-20 15:32:19 -08:00 |
|
Vladimir Matveev
|
a2c655d683
|
handle block scoped binding in nested blocks
|
2016-01-20 15:23:46 -08:00 |
|
Ron Buckton
|
56141c2f84
|
Merge pull request #6506 from Microsoft/awaiterUpdate
Updated version of __awaiter.
|
2016-01-19 16:37:10 -08:00 |
|
Ron Buckton
|
6e5948f622
|
Merge branch 'master' into moveEmitFlagsToBinder
|
2016-01-19 16:13:38 -08:00 |
|
Anders Hejlsberg
|
4abf717cef
|
Accepting new baselines
|
2016-01-19 09:45:57 -08:00 |
|
Anders Hejlsberg
|
a499607845
|
Merge branch 'master' into readonlyMembers
Conflicts:
src/compiler/parser.ts
src/compiler/types.ts
|
2016-01-18 21:03:15 -08:00 |
|