Commit Graph

4876 Commits

Author SHA1 Message Date
zhengbli
ea099e7d13 Fix for thisProperty
(cherry picked from commit b389e9c619)
2016-02-04 10:44:46 -08:00
zhengbli
2a24e033cd Fix find all references for salsa
(cherry picked from commit e4ab2db9fb)
2016-02-04 10:44:46 -08:00
Vladimir Matveev
9fe10a6ac0 Merge pull request #6846 from Microsoft/noErrorOnEmptyDtsFile
do not error if typings for external library is empty .d.ts file
2016-02-02 12:13:42 -08:00
Yui
738dde189d Merge pull request #6745 from Microsoft/fix6637
Fix6637
2016-02-01 16:49:25 -08:00
Daniel Rosenwasser
34a0deb561 Only error on 'export =' declarations. 2016-02-01 13:28:58 -08:00
Vladimir Matveev
a4af38a622 Merge pull request #6791 from Microsoft/port-6789
Ports #6789 into release-1.8
2016-02-01 12:05:45 -08:00
Vladimir Matveev
d86cdfda1b Merge pull request #6786 from Microsoft/port-6763
Ports #6763 into release-1.8
2016-02-01 11:39:04 -08:00
Vladimir Matveev
f55f28f82f Merge pull request #6789 from Microsoft/transpileJs
suppress validation of output paths in transpile scenarios
2016-02-01 11:29:04 -08:00
Vladimir Matveev
774b17b6ca Merge pull request #6787 from Microsoft/port-6770
Ports #6770 into release-1.8
2016-02-01 10:41:50 -08:00
Vladimir Matveev
641826bd2c Merge pull request #6770 from Microsoft/dottedNamesInSystem
properly handle dotted namespace names in System modules
2016-02-01 10:09:14 -08:00
Vladimir Matveev
e67f7bc830 Merge pull request #6763 from Microsoft/classInterfaceCrossFileMerge
properly handle merged declarations across files
2016-02-01 10:02:38 -08:00
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
Kanchalai Tanglertsampan
661634b4a5 Fix lastEncodedSourceMapSpan from being set to undefined 2016-01-29 18:20:05 -08:00
Ron Buckton
b4bb5f3379 PR feedback 2016-01-29 18:05:36 -08:00
Ron Buckton
7b4b236a7a Cleaned up variable names and conditions in checkIdentifier 2016-01-29 18:05:20 -08:00
Ron Buckton
463d1f52e6 Creates a class body scoped alias to the class to avoid class name double binding.
Fixes #5386.
2016-01-29 18:05:04 -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
Mohamed Hegazy
3bfc6a01e3 Merge pull request #6688 from guybedford/system-module-id
Set __moduleName from context.id argument
2016-01-29 10:29:47 -08:00
Kanchalai Tanglertsampan
6b68b31357 Update baselines 2016-01-28 17:20:16 -08:00
Kanchalai Tanglertsampan
c084cfffc7 Simplify giving error message and remove unnecessary error 2016-01-28 17:03:20 -08:00
Yui T
32ae0b08d1 Address comments 2016-01-28 17:02:43 -08:00
Yui T
d89b9df567 Update baseline with new error message number and fix space and comment 2016-01-28 17:01:29 -08:00
Yui T
40ba1be0a9 Address PR feedback
Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	src/compiler/types.ts
2016-01-28 17:00:59 -08:00
Yui T
648ce187b7 Fix where to report on error. Move from constructor node to just super node
Conflicts:
	src/compiler/checker.ts
2016-01-28 16:58:27 -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
Mohamed Hegazy
15bc82c24c Update version 2016-01-28 14:17:38 -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
Mohamed Hegazy
2453e54f93 Revert "Update version"
This reverts commit add91052bb.
2016-01-27 18:50:29 -08:00
Vladimir Matveev
bcc7a78f78 Merge pull request #6672 from Microsoft/port-6553
Ports #6553 into release-1.8
2016-01-27 13:30:31 -08:00
Ron Buckton
ff4c488064 Fixed typo in diagnostic message name 2016-01-27 12:42:32 -08:00
Ron Buckton
81d682a0bd Comments and messages 2016-01-27 12:42:31 -08:00
Ron Buckton
66ad2e832e Added error when return type is not the global Promise 2016-01-27 12:42:30 -08:00
Ron Buckton
40bac6d1cc Error for Promise redeclaration in module with async 2016-01-27 12:41:59 -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
a5a9655e87 Merge pull request #6634 from Microsoft/port_6628
Port #6628 into release 1.8
2016-01-27 11:02:07 -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
Yui T
ac390fe7b5 Address PR 2016-01-26 16:14:10 -08:00
Kanchalai Tanglertsampan
b499a03416 Address PR 2016-01-26 16:14:02 -08:00
Yui T
540ae01015 Address PR 2016-01-26 16:13:54 -08:00
Yui T
b3c23643c6 Add tests 2016-01-26 16:10:43 -08:00
Yui T
7bd336d0c6 Fix prefix double underscore with extra underscore 2016-01-26 16:10:31 -08:00
Ron Buckton
05803f5285 Added comments for new flags in types.ts 2016-01-26 12:55:03 -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
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
Ryan Cavanaugh
c38021ffb8 Lint 2016-01-25 13:38:00 -08:00