Nathan Shively-Sanders
|
0cda239e1c
|
Merge pull request #12156 from Microsoft/fix-jsdoc-missing-space-from-bad-indent
Fix jsdoc missing space from bad indent
|
2016-11-14 08:21:40 -08:00 |
|
Anders Hejlsberg
|
f437c8f318
|
Merge pull request #12114 from Microsoft/mappedTypes
Mapped types
|
2016-11-13 15:39:32 -08:00 |
|
(´・ω・`)
|
4166eeb284
|
fix #12137, correct ProxyHandler signatures (#12172)
* fix #12137, correct ProxyHandler signatures
* address PR review
|
2016-11-13 15:27:07 -08:00 |
|
Anders Hejlsberg
|
cd05c079ce
|
Add comment explaining type alias instantiation strategy
|
2016-11-13 15:25:16 -08:00 |
|
Anders Hejlsberg
|
db813d5171
|
Merge pull request #12210 from Microsoft/typePredicateCheck
Fix type predicate check circularity
|
2016-11-13 14:48:48 -08:00 |
|
Vladimir Matveev
|
56f97e16e3
|
remove tsd dependency (#12206)
|
2016-11-13 13:52:25 -08:00 |
|
Vladimir Matveev
|
b15d144955
|
switch to tslint@next (#12201)
|
2016-11-13 13:34:18 -08:00 |
|
Anders Hejlsberg
|
85702197b4
|
Add regression test
|
2016-11-13 08:35:40 -08:00 |
|
Anders Hejlsberg
|
24567445d6
|
Add early bail out for call expressions that are never type predicates
|
2016-11-13 08:29:21 -08:00 |
|
Ethan Resnick
|
ea33d6e501
|
More precise Object.entries type declarations
We can leverage the new index type queries and indexed access types
from #11929 to get better type inference for Object.entries.
|
2016-11-13 02:59:50 -05:00 |
|
Daniel Rosenwasser
|
8708c8965c
|
Accepted baselines.
|
2016-11-12 12:59:57 -08:00 |
|
Daniel Rosenwasser
|
375437ef3c
|
Avoid checking for optionality in comparability checks.
|
2016-11-12 12:59:43 -08:00 |
|
Daniel Rosenwasser
|
2edabe0ae0
|
Accepted baselines.
|
2016-11-12 12:53:23 -08:00 |
|
Daniel Rosenwasser
|
ffed2484d3
|
Added tests.
|
2016-11-12 12:46:01 -08:00 |
|
Anders Hejlsberg
|
6ceab7bce7
|
Accept new baselines
|
2016-11-12 09:20:30 -08:00 |
|
Anders Hejlsberg
|
9ac7667d5c
|
Address CR feedback
|
2016-11-12 08:55:23 -08:00 |
|
Daniel Rosenwasser
|
03ac7ccee4
|
Accepted baselines.
|
2016-11-12 02:56:42 -08:00 |
|
Daniel Rosenwasser
|
2f6ba0876c
|
Move comments from super calls to their generated return statements.
|
2016-11-12 02:56:25 -08:00 |
|
Daniel Rosenwasser
|
63f70dc09a
|
Accepted baselines.
|
2016-11-12 01:54:53 -08:00 |
|
Daniel Rosenwasser
|
486f156a69
|
Added test.
|
2016-11-12 01:40:37 -08:00 |
|
Vladimir Matveev
|
3b09010c7c
|
enable syntactic features if project size exceeded the limit, send events when state of language service changes
|
2016-11-11 17:35:11 -08:00 |
|
Ron Buckton
|
8babde0b98
|
WIP Clean up destructuring
|
2016-11-11 17:23:42 -08:00 |
|
Nathan Shively-Sanders
|
b8082caa8e
|
Clean up jsdoc in utilities
Fix functions that were unused (getJsDocComments), redundant (append) or badly named
(getJSDocCommentsFromText)
|
2016-11-11 15:58:52 -08:00 |
|
Andy
|
0e879c0bbf
|
Merge pull request #12103 from Microsoft/path_mapping_exact_extension
Allow a path mapping to provide a file extension
|
2016-11-11 14:22:05 -08:00 |
|
Andy Hanson
|
43a4b22eba
|
Update baseline
|
2016-11-11 14:13:09 -08:00 |
|
Andy Hanson
|
1e92a9803b
|
Merge branch 'master' into path_mapping_exact_extension
|
2016-11-11 14:11:40 -08:00 |
|
Andy Hanson
|
a0e4ab94f1
|
Allow JS files
|
2016-11-11 13:59:13 -08:00 |
|
Andy Hanson
|
240b474ba3
|
Merge branch 'master' into path_mapping_exact_extension
|
2016-11-11 13:52:10 -08:00 |
|
Andy
|
1510674d47
|
Merge pull request #12020 from Microsoft/symlink3
Only resolve symlinks in `node_modules`
|
2016-11-11 13:52:00 -08:00 |
|
Andy Hanson
|
6c7e1b6913
|
Merge branch 'master' into symlink3
|
2016-11-11 13:35:47 -08:00 |
|
Andy
|
9a3dd3e81c
|
Merge pull request #11993 from Microsoft/common_source_directory
Leave files from `node_modules` out when calculating `getCommonSourceDirectory`
|
2016-11-11 13:18:42 -08:00 |
|
Andy
|
382891ff23
|
Merge pull request #11926 from Microsoft/module_resolution_fixes
When looking up modules in @types, only look for `index.d.ts` and `pa…
|
2016-11-11 13:17:45 -08:00 |
|
Andy Hanson
|
b65729e5b2
|
Merge branch 'master' into common_source_directory
|
2016-11-11 13:10:29 -08:00 |
|
Andy Hanson
|
ce9e5f5227
|
Fix test
|
2016-11-11 13:00:40 -08:00 |
|
Andy Hanson
|
823d385322
|
Add Push interface
|
2016-11-11 12:49:53 -08:00 |
|
Andy Hanson
|
8308ab34d8
|
When looking up modules in @types, only look for index.d.ts and package.json.
|
2016-11-11 12:49:53 -08:00 |
|
Anders Hejlsberg
|
5028a44e56
|
Accept new baselines
|
2016-11-11 11:00:24 -08:00 |
|
Anders Hejlsberg
|
ca3f797832
|
More tests
|
2016-11-11 11:00:09 -08:00 |
|
Nathan Shively-Sanders
|
1bc4ab0850
|
Merge pull request #12177 from Microsoft/error-on-non-identifier-rest-in-destructuring-assignment
Error on non identifier rest in destructuring assignment
|
2016-11-11 09:21:07 -08:00 |
|
Nathan Shively-Sanders
|
de9f59a301
|
Test non-identifier rest in destructuring assignment
|
2016-11-11 08:57:11 -08:00 |
|
Nathan Shively-Sanders
|
9b2b2ca19b
|
Error on non-identifier rest in destructuring assignment
|
2016-11-11 08:56:35 -08:00 |
|
Anders Hejlsberg
|
e9b6ddc9ae
|
Add tests
|
2016-11-11 07:40:05 -08:00 |
|
Anders Hejlsberg
|
364142c062
|
Improve type inference for types with same generic type alias
|
2016-11-11 07:39:51 -08:00 |
|
Anders Hejlsberg
|
1c7ec6b8ce
|
Add missing node visits in forEachChild
|
2016-11-11 07:38:44 -08:00 |
|
Daniel Rosenwasser
|
f2c0aa4444
|
Added fix for missing 'this.' property accesses.
|
2016-11-11 01:27:26 -08:00 |
|
Daniel Rosenwasser
|
da356b075a
|
Added tests for missing 'this' property accesses.
|
2016-11-11 01:25:50 -08:00 |
|
Daniel Rosenwasser
|
39eb187e5c
|
Added diagnostic.
|
2016-11-11 01:22:06 -08:00 |
|
Mohamed Hegazy
|
ea309fe504
|
Update version (#12162)
|
2016-11-10 16:30:01 -08:00 |
|
Ron Buckton
|
a4036c7d15
|
Added emit helper checks for async generators
|
2016-11-10 16:03:33 -08:00 |
|
Anders Hejlsberg
|
cd185f2cf6
|
Add declaration emit support
|
2016-11-10 15:20:29 -08:00 |
|