TypeScript Bot
3c5f1a6819
Update user baselines ( #28076 )
2018-10-23 12:51:59 -07:00
Wesley Wigham
0a7c92864d
Fix Object.defineProperty declaration expando-ness and renames ( #28061 )
...
* Allow object.defineProperty calls to be expando properties
* Fix rename locations for object.defineProperty assignments
2018-10-23 09:33:53 -07:00
Philip Pesca
de318651f3
Improve code fix for missing members
2018-10-22 23:17:41 -07:00
Wesley Wigham
fbd6cad437
Like #27964 but for JSX ( #28068 )
2018-10-22 19:18:20 -07:00
Andy
5becc3b170
Rename of non-intrinsic JSX element should rename the declaration ( #28066 )
2018-10-22 18:17:32 -07:00
Andy
82773b8550
Fix bug: only getCompletionEntriesFromTypings if completions are for top-level directory ( #27226 )
...
* Fix bug: only getCompletionEntriesFromTypings if completions are for top-level directory
* Support subdirectories of a nonrelative import
2018-10-22 18:17:09 -07:00
Sheetal Nandi
7ed9e44055
Merge pull request #28059 from ajafff/lsh-resolve-return-type
...
fix return type of resolveModuleNames and resolveTypeReferenceDirectives
2018-10-22 18:09:15 -07:00
Wesley Wigham
76addd75d1
Add JSXText check into isValidLocationToAddComment ( #27653 )
...
* Add JSXText check into isValidLocationToAddComment
* Small simplification
2018-10-22 16:45:39 -07:00
Wesley Wigham
6e5e09cef8
Reject return type inferences to the autoType or autoArrayType ( #27169 )
...
* Reject return type inferences to the autoType or autoArrayType
* Accept new error positions
2018-10-22 16:44:32 -07:00
Wesley Wigham
0c36266706
Obey the excludeArgument parameter when checking JSX signature validity ( #28002 )
...
* Obey the excludeArgument parameter when checking JSX signature validity
* Fix conditional type extending any contextual types and accept baselines
* use flag check to also drop unknown from comparison for the same reason
* Slight refinement - make an intersection to ensure parameter constraints flow through contextual types when instantiated
* Format ternary more nicely
2018-10-22 16:36:11 -07:00
Wesley Wigham
f701daf4e0
Infer over each mapped type constraint member if it is a union ( #28006 )
2018-10-22 16:33:43 -07:00
Daniel Rosenwasser
68ce68da79
Merge pull request #27964 from Igorbek/issue27854
...
Fix bug in reduceEachChild for tagged template expressions
2018-10-22 15:49:54 -07:00
Wesley Wigham
34256145b8
Fix lint
2018-10-22 14:37:27 -07:00
Andy Hanson
076f0bbd0f
Merge branch 'master' into tsconfig_canonicalpath
2018-10-22 14:35:42 -07:00
Klaus Meinhardt
5b3fe6e68b
update other interfaces and implementations
...
and accept baseline
2018-10-22 21:23:04 +02:00
Klaus Meinhardt
3b058a4de4
fix compile errors, accept baselines
2018-10-22 21:12:12 +02:00
Klaus Meinhardt
96480b5ba9
fix return type of LangageServiceHost.resolve*
...
Fixes : #28058
2018-10-22 20:59:42 +02:00
Andy
1930f8a790
fourslash: Add 'goToMarkerOrRange' helper ( #28057 )
2018-10-22 11:44:39 -07:00
Andy
d3d4f83f89
Remove hack to get target of GetAccessor symbol ( #27868 )
...
* Remove hack to get target of GetAccessor symbol
* Add tests and get moveToNewFile to work with binding patterns
2018-10-22 11:44:06 -07:00
Sam Drugan
02c74987b7
added await keyword to completions and added test ( #27912 )
2018-10-22 11:32:49 -07:00
Andy
afa94c527c
Un-consolidate overloads for Map and WeakMap ( #28052 )
2018-10-22 11:18:56 -07:00
Andy
8e0142d709
Support import completions for a re-export with a different name from the original ( #28055 )
2018-10-22 11:16:39 -07:00
TypeScript Bot
778f438a7f
Update user baselines ( #28047 )
2018-10-22 10:15:46 -07:00
Siddharth Singh
39e533a97e
Typo fix
...
Changed "mean" to "meant"
2018-10-22 03:33:11 +05:30
Anders Hejlsberg
dc04b97f2f
Merge pull request #28027 from Microsoft/simplifyAddTypeToUnion
...
Simplify addTypeToUnion function
2018-10-21 12:32:01 -07:00
Klaus Meinhardt
63a8cb6933
use Map instead of Array
2018-10-21 19:57:23 +02:00
Prateek Goel
1666a561bc
Error messages and tests
2018-10-21 23:19:34 +05:30
Klaus Meinhardt
ea0c7eb3ce
Fix performance regression when reusing old state
...
Fixes : #28025
2018-10-21 18:15:01 +02:00
Anders Hejlsberg
033ea4c232
Simplify addTypeToUnion function
2018-10-21 09:12:52 -07:00
Prateek Goel
8ff539245c
Error messages for extending a specific type
2018-10-20 23:58:59 +05:30
Andy
72244c5b03
Support 'isSourceFileFromExternalLibrary' for source files from '/// <reference types="" />'' ( #28004 )
...
* Support 'isSourceFileFromExternalLibrary' for source files from '/// <reference types="" />''
* Calculate `isExternalLibraryImport` at the end
* Calculate isExternalLibraryImport with symlink path
2018-10-19 18:00:45 -07:00
Sheetal Nandi
424fcdde37
Merge pull request #28005 from Microsoft/noReductionUnion
...
Do not do any reduction (even if it contains any) to the union type when getting contextual type
2018-10-19 17:33:16 -07:00
Sheetal Nandi
ad5599434e
Merge pull request #27974 from Microsoft/errorUpdateWithChangeInTransitiveDeclarationFile
...
Use reference map from declaration file as exported map to handle deep import semantic diagnostics invalidation
2018-10-19 17:32:32 -07:00
Nathan Shively-Sanders
bf393ae1cd
Check EOF token to get errors for JSDoc ( #28000 )
...
* Check EOF token to get errors for JSDoc
* outputFile instead of noEmit for test
2018-10-19 16:23:34 -07:00
Sheetal Nandi
71d8961ba0
Do not do any reduction (even if it contains any) to the union type when getting contextual type
...
Fixes #27975
2018-10-19 16:10:08 -07:00
Wesley Wigham
69b1cb5bac
Add new special assignment kinds for recognizing Object.defineProperty calls ( #27208 )
...
* Add new special assignment kinds for recognizing Object.defineProperty calls
* Add support for prototype assignments, fix nits
* Fix code review comments
* Add test documenting behavior in a few more odd scenarios
2018-10-19 14:31:55 -07:00
Nathan Shively-Sanders
e379aeb151
Fix alias of module.exports->exports->IIFE ( #27992 )
...
In JS, when you assign `module.exports = exports` and the entire module is
wrapped in an IIFE, the resulting `export=` symbol, after following
aliases, is the module itself. This results in trying to merge the
file's exports with itself inside `getCommonJsExportEquals`, since it
thinks that it has found new exports, possibly in an object literal,
that need to be merged with the file's exports.
For example:
```js
(function() {
exports.a = 1
module.exports = exports
})()
```
2018-10-19 13:50:38 -07:00
Manish Bansal
41908052d7
Corrected the order of passing arguments to word2mdJs
2018-10-19 23:12:23 +05:30
Ryan Cavanaugh
b64d08a21b
Merge pull request #27522 from jack-williams/trailing-void-args-are-optional
...
Fix #4260 : Allow trailing arguments that accept void to be omitted
2018-10-19 10:16:56 -07:00
Nathan Shively-Sanders
8779d4ca88
Fix JS merge crashes from lovefield ( #27989 )
...
1. Merge enum with expando.
2. Merge enum member with property assignment.
3. Merge interface-declared method declaration with
prototype-property-assignment method declaration.
The reason that the enum merges crash is that getTypeOfSymbol assumes
that symbol flags are (basically) mutually exclusive. This assumption is
shredded, badly, for JS merges.
One fix is to drop the assumption of exclusivity and instead order cases
by least to most likely. This has the highest chance of working, but is
also slow, since you would prefer to order cases by most likely *first*,
not *last*.
The other fix, which is what I did here, is to add a last-chance
re-dispatch at the bottom of
`getTypeOfVariableOrParameterOrPropertyWorker`. This dispatch uses the
valueDeclaration instead of the symbol flags.
2018-10-19 09:23:05 -07:00
Andy
a3c22683ab
findAllRefs: Fix bug when symbol.declarations is undefined ( #27977 )
2018-10-18 14:27:21 -07:00
Sheetal Nandi
91bb32ade4
Merge pull request #27560 from Microsoft/transitiveReferences
...
Resolve modules, type reference directives in context of referenced file
2018-10-18 13:03:10 -07:00
Sheetal Nandi
d352b8c2c7
Use reference map from declaration file as exported map to handle deep import semantic diagnostics invalidation
...
Fixes #27973
2018-10-18 12:04:14 -07:00
Jack Williams
8500f7ce20
Merge branch 'master' into trailing-void-args-are-optional
2018-10-18 19:22:18 +01:00
Alexander T
fe6dad7725
Merge branch 'master' of https://github.com/Microsoft/TypeScript into bug/24542-bad-error-message-for-import-ing-an-export
2018-10-18 11:49:58 +03:00
Igor Oleinikov
b930d5730f
Change cast to the proper type
2018-10-18 01:36:05 -07:00
Igor Oleinikov
b2cbbbd1d3
Fix bug in reduceEachChild ( fixes #27854 )
...
- add reducing of type arguments in tagged template expression
2018-10-18 01:34:04 -07:00
Igor Oleinikov
b1fbff8b98
Add broken test for issue #27854
2018-10-18 00:31:09 -07:00
Wesley Wigham
e58371e03a
Remove now unnessesary casts ( #27954 )
2018-10-17 15:17:21 -07:00
Sheetal Nandi
7b9ae4d9d0
Merge pull request #27952 from Microsoft/contextualSignature
...
When contextual type doesnt find property in unit type, use the index signature from unit type(fix the incorrectly used union type to get the signature)
2018-10-17 14:59:42 -07:00