Commit graph

17696 commits

Author SHA1 Message Date
Andy
ed7ae8060f Merge pull request #15880 from Microsoft/getDeclarationOfKind
getDeclarationOfKind: Improve type safety
2017-05-16 15:02:09 -07:00
Klaus Meinhardt
5fb77a0901 Update return types of APIs (#15887)
* Update types.ts

* Update types in parser.ts and scanner.ts
2017-05-16 14:13:58 -07:00
Andy
8ceaa33943 Merge pull request #15860 from Microsoft/no-filter
getTokenAtPositionWorker: Remove duplicate loop
2017-05-16 14:05:54 -07:00
Nathan Shively-Sanders
bfa39d7c55 Merge pull request #15884 from Microsoft/fix-gulp-tsc-instrumented
Add target and lib references for tsc-instrumented
2017-05-16 13:38:34 -07:00
Nathan Shively-Sanders
56d04429b3 Add target and lib references for tsc-instrumented
I think they were previously provided implicitly.
2017-05-16 11:30:30 -07:00
Andy Hanson
ea42644c8f Replace unnecessary let with two consts 2017-05-16 10:25:46 -07:00
Andy
7473dcc041 Merge pull request #15882 from Microsoft/findAncestor
findAncestor: Add generic overload for use with type predicates
2017-05-16 10:22:28 -07:00
Andy Hanson
badfcbfb43 findAncestor: Add generic overload for use with type predicates 2017-05-16 09:45:01 -07:00
Andy Hanson
ffa21fe271 getDeclarationOfKind: Improve type safety 2017-05-16 09:38:26 -07:00
Anders Hejlsberg
2a9a6e821f Merge pull request #15863 from Microsoft/fixRedundantTypeInference
Eliminate redundant work in type inference
2017-05-16 09:34:31 -07:00
Anders Hejlsberg
ed1a6c10e2 Address CR feedback + defer creation of visited map 2017-05-16 09:12:32 -07:00
Andy Hanson
2d3c7bae24 break -> continue 2017-05-16 07:10:38 -07:00
Mohamed Hegazy
d51e467238 Fix #15463: use intersection types to emulate spread in generic react components (#15851)
* Fix #15463: use intersection types to emulate spread in generic react components

* Fix lint errors

* reverse condition
2017-05-15 15:46:50 -07:00
Ron Buckton
f93c71c34e Merge pull request #15862 from Microsoft/fix15829
Fix issue with throw in async delegator.
2017-05-15 15:37:48 -07:00
Anders Hejlsberg
e9ccb16642 Eliminate redundant exploration in type inference 2017-05-15 15:32:14 -07:00
Ron Buckton
05d2f2d5d9 Fix issue with throw in async delegator. 2017-05-15 15:28:55 -07:00
Andy Hanson
4d028a81ee getTokenAtPositionWorker: Remove duplicate loop 2017-05-15 15:18:31 -07:00
Andy
687ab54d17 Merge pull request #15846 from Microsoft/findAllRefs_symbolNoName
findAllReferences: In `export default foo`, symbol name is `foo`
2017-05-15 10:38:21 -07:00
Andy
278fb803b1 Merge pull request #15781 from Microsoft/inline
Inline resolvedModuleFromResolved
2017-05-15 09:51:01 -07:00
Nathan Shively-Sanders
fceb897f75 Merge pull request #15843 from DickvdBrink/issue-15828
Allow const enum to be used before declaration
2017-05-15 09:06:08 -07:00
Andy Hanson
5eb2bd08ac findAllReferences: In export default foo, symbol name is foo 2017-05-15 08:34:05 -07:00
Dick van den Brink
0cd2245c9a Accept baselines for const enum changes 2017-05-15 14:57:24 +02:00
Dick van den Brink
8af5910555 Only report used before declaration errors on regular enums
const enums don't generate code and the values are inlined so now error is necessary
2017-05-15 14:55:17 +02:00
Ron Buckton
50e2912cd2 Merge pull request #15791 from Microsoft/fix13935
Adds CommaList to avoid large deeply nested comma expressions
2017-05-12 16:49:13 -07:00
Mohamed Hegazy
3e13fadd95 Merge pull request #15808 from alexeagle/master
Extract diagnostics formatter used by --pretty
2017-05-12 16:45:14 -07:00
Alex Eagle
4240f6f5d9 Extract diagnostics formatter used by --pretty
This allows compilers other than tsc.js to display nice in-context diagnostics
2017-05-12 16:19:46 -07:00
Sheetal Nandi
2300a99606 Merge pull request #15614 from Microsoft/completionListForClassElementDeclarations
When writing class elements show completion with allowed keywords and inheritted properties
2017-05-12 16:10:47 -07:00
Sheetal Nandi
303d7b209e Merge branch 'master' into completionListForClassElementDeclarations 2017-05-12 15:31:52 -07:00
Mohamed Hegazy
0455aaf427 Merge pull request #15805 from Microsoft/Fix14661
Add insertSpaceAfterTypeAssertion to the server protocol
2017-05-12 15:10:46 -07:00
Mohamed Hegazy
ca748d6c02 Add insertSpaceAfterTypeAssertion to the server protocol 2017-05-12 14:48:13 -07:00
Mohamed Hegazy
d68b436e7d Merge pull request #15789 from Microsoft/master-fix15742
[Master] fix15742
2017-05-12 12:22:43 -07:00
Sheetal Nandi
99ea9c730f Add the members of interfaces that need to be implemented to class element completion 2017-05-12 12:13:16 -07:00
Yui T
8907c70a86 Address PR 2017-05-12 11:54:23 -07:00
Mohamed Hegazy
1becbf4d2c Merge pull request #15754 from charlespierce/string_literal_completion
Prevent Duplicate String Literal Completions
2017-05-12 11:07:00 -07:00
Andy
bed1e02f87 Merge pull request #15783 from Microsoft/goToDef-default
goToDefinition: Skip default and `=` imports
2017-05-12 11:00:41 -07:00
Andy Hanson
aaf6b83cb5 Don't goto aliased symbol with no declarations; and update tests 2017-05-12 10:26:39 -07:00
Andy
e6d472c291 Merge pull request #15541 from Microsoft/union-completion
For completions of union type, get all possible properties
2017-05-12 10:23:34 -07:00
Ron Buckton
22cf036ed9 Clean up naming, add documentation, flatten (some) nested commas 2017-05-12 09:57:39 -07:00
Nathan Shively-Sanders
1328cb81e6 Merge pull request #15777 from Microsoft/move-levenshtein-out-of-public-API
Move Levenshtein distance out of public API
2017-05-12 07:57:03 -07:00
Ron Buckton
f45f7579fc Adds CommaList to avoid large deeply nested comma expressions 2017-05-11 23:51:20 -07:00
Yui T
8d09085800 Add more tests and update baselines 2017-05-11 22:40:34 -07:00
Yui T
84f419b533 getApparentType of the propsType 2017-05-11 22:40:21 -07:00
Ron Buckton
a12ec1af43 Merge pull request #15788 from Microsoft/fix15707
if a JSSpecialPropertyDeclaration has a JSDoc type, use it
2017-05-11 17:10:52 -07:00
Kanchalai Tanglertsampan
705771d874 Update baselines 2017-05-11 16:31:40 -07:00
Kanchalai Tanglertsampan
bce7ddb5c5 Add tests and update lib tests file 2017-05-11 16:30:56 -07:00
Kanchalai Tanglertsampan
181ff86150 getApparentType for each constituent of props type of the targetAttributesType 2017-05-11 16:30:43 -07:00
Ron Buckton
3521b9c546 if a JSSpecialPropertyDeclaration has a JSDoc type, use it 2017-05-11 16:23:05 -07:00
Andy Hanson
d6fa91edcd goToDefinition: Skip default and = imports 2017-05-11 15:49:30 -07:00
Andy Hanson
5a4be34aaf Merge branch 'master' into union-completion 2017-05-11 15:24:13 -07:00
Ron Buckton
1a7c193621 Merge pull request #15753 from Microsoft/es2017Atomics
Adds definitions for the es2017 Atomics global object
2017-05-11 14:43:49 -07:00