1084 Commits

Author SHA1 Message Date
Vladimir Matveev
32001eac8a Merge pull request #6742 from Microsoft/augmentExportEquals
allow augmentation for entities exported via 'export='
2016-01-30 20:00:21 -08:00
Yui
c7a3cb66b1 Merge pull request #6711 from Microsoft/port5833
Port5833
2016-01-29 16:57:33 -08:00
Vladimir Matveev
927c8af35e Merge pull request #6736 from Microsoft/crossFileDeclarationMerging
fix access check issues when declaration is in multiple files
2016-01-29 14:05:40 -08:00
Yui T
42ccabe8e5 Add tests 2016-01-28 16:58:31 -08:00
Yui T
be9d48c5be Update baselines 2016-01-28 16:58:30 -08:00
Yui T
5d66ea7954 Add tests 2016-01-28 16:58:30 -08:00
Vladimir Matveev
37dafcd7df Merge pull request #6704 from Microsoft/isRequireCall_fix
add extra argument to 'isRequireCall' to check if argument is string …
2016-01-28 15:17:46 -08:00
Vladimir Matveev
427825f978 Merge pull request #6683 from Microsoft/strip_quotes_in_modules_names
strip quotes from module names during deduplication
2016-01-27 20:55:24 -08:00
Vladimir Matveev
16d4039a12 Merge pull request #6553 from Microsoft/handleNestedBlockScopedName
handle block scoped binding in nested blocks
2016-01-27 11:30:25 -08:00
Vladimir Matveev
ef615bc0b6 Merge pull request #6628 from Microsoft/thisTypeAsConstraint
break on 'this' type in hasConstraintReferenceTo
2016-01-26 21:39:47 -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
Vladimir Matveev
f252b9dd58 handle undefined entry as export specifier 2016-01-21 13:35:58 -08:00
Ron Buckton
6e5948f622 Merge branch 'master' into moveEmitFlagsToBinder 2016-01-19 16:13:38 -08:00
Vladimir Matveev
c6b0cf1a03 Merge pull request #6213 from Microsoft/moduleAugmentations
initial revision of external module augmentations
2016-01-15 21:28:13 -08:00
Asad Saeeduddin
0dc485ad2c Added test case 2016-01-15 23:39:29 -05:00
Mohamed Hegazy
319faabe8b Merge branch 'master' into addUndefinedCheckToCollectLinkedAliases 2016-01-15 14:40:04 -08:00
Vladimir Matveev
0a0c3e0cbd do not crash if initializer in For-statement is missing 2016-01-14 23:20:21 -08:00
Ron Buckton
fb1ad3231c Move emit helper flags to binder. Fixes #6113 2016-01-14 17:51:34 -08:00
Mohamed Hegazy
2eb73a0d27 Fix for https://github.com/Microsoft/TypeScript/issues/6428 2016-01-14 17:36:08 -08:00
Daniel Rosenwasser
32454d0a84 Added tests. 2016-01-14 16:28:07 -08:00
Vladimir Matveev
36c489c8db address PR feedback 2016-01-14 16:07:26 -08:00
Vladimir Matveev
3aa92f5611 addressed PR feedback 2016-01-14 10:56:49 -08:00
Vladimir Matveev
1e11a55781 address PR feedback 2016-01-13 13:39:12 -08:00
vladima
7cef1efb4e merge with origin/master 2016-01-11 22:12:03 -08:00
Vladimir Matveev
33bfd92f48 Merge pull request #6444 from Microsoft/errorOnReexportingGlobals
report errors when re-exporting globals
2016-01-11 15:47:17 -08:00
Vladimir Matveev
b811b9f94b report errors when re-exporting globals 2016-01-11 14:48:57 -08:00
Mohamed Hegazy
869b81162f Merge pull request #6019 from Microsoft/sourceMapDestructuring
Fixes for source map of destructuring downlevel syntax
2016-01-11 14:36:28 -08:00
Anders Hejlsberg
0bfc83bbbc Merge pull request #6379 from Microsoft/forInChecking
Improved checking of for-in statements
2016-01-08 13:45:26 -08:00
Mohamed Hegazy
8f273dca62 Fix whitespaces 2016-01-07 15:01:00 -08:00
Mohamed Hegazy
ec70105c9d Add check for reactNamespace value 2016-01-07 15:00:50 -08:00
Mohamed Hegazy
1e433bfb4f Add tests 2016-01-07 14:33:47 -08:00
Anders Hejlsberg
75b4c50cec Updating existing tests 2016-01-06 10:52:43 -08:00
Daniel Rosenwasser
3fd5fd6c59 Updated a test and added a new test for assignability betewen typed arrays. 2016-01-05 11:40:45 -05:00
Vladimir Matveev
7f2ebf928a use 'declare global' to define augmentations for the global scope 2015-12-28 12:03:54 -08:00
Sheetal Nandi
acf54bb416 Merge branch 'master' into sourceMapDestructuring 2015-12-22 16:21:38 -08:00
Vladimir Matveev
4a963a26c3 initial revision of external module augmentations 2015-12-22 13:56:22 -08:00
vladima
39605fe5f8 report pre-emit diagnostics that blocked emit 2015-12-21 21:43:51 -08:00
Dan Corder
aba197cd4b Fix issue #5810 doubled comment on functions in array literals 2015-12-18 22:35:08 +00:00
Vladimir Matveev
a8f87bb2ca only '++' and '--' unary operators can change exports 2015-12-18 11:21:31 -08:00
vladima
ae7d687a77 merge with origin/master 2015-12-17 21:30:47 -08:00
Daniel Rosenwasser
8d46ffdb73 Merge pull request #6075 from Microsoft/overloadCompatibility
Implement new overload compatibility checking
2015-12-17 17:15:22 -08:00
Vladimir Matveev
314b162882 Merge remote-tracking branch 'origin/master' into superInObjectLiterals 2015-12-17 17:02:37 -08:00
Nathan Shively-Sanders
4d792f2014 Merge pull request #6036 from Microsoft/structural-enums
Compare enums semi-structurally.
2015-12-17 16:31:03 -08:00
Sheetal Nandi
8f98e3f160 Merge branch 'master' into sourceMapDestructuring 2015-12-17 13:29:45 -08:00
Vladimir Matveev
db7f955a5f Merge remote-tracking branch 'origin/master' into superInObjectLiterals 2015-12-16 13:20:06 -08:00
Nathan Shively-Sanders
aa1a7664e7 Add enum/module merge test 2015-12-16 12:11:24 -08:00
Anders Hejlsberg
3c8ad42a62 Adding regression test 2015-12-13 18:32:46 -08:00
Anders Hejlsberg
87036fe9f7 Merge pull request #6058 from Microsoft/delayAccessorBodyCheck
Defer checks of accessor bodies in object literals
2015-12-12 15:45:05 -08:00
vladima
60e1f30182 allow usage of 'super' in object literal expressions 2015-12-11 17:16:28 -08:00
Wesley Wigham
5ee0957974 Merge pull request #6044 from weswigham/redeclared-export-type
Exempt one type declaration from the redeclared export check - Fix #6043
2015-12-11 16:15:22 -08:00