Commit Graph

28909 Commits

Author SHA1 Message Date
csigs 91d465e454 LEGO: check in for master to temporary branch. 2017-12-07 11:10:13 +00:00
Arthur Ozga 477c1f57a9 Merge pull request #20465 from Microsoft/dev/aozgaa/tsserverVersion
Add a status request-response for editors
2017-12-06 17:05:46 -08:00
Sheetal Nandi eb052fe714 Merge branch 'master' into builderApi 2017-12-06 15:33:34 -08:00
Arthur Ozga fcc822e879 test version request 2017-12-06 14:19:08 -08:00
Arthur Ozga 03e93d832e Merge branch 'master' into dev/aozgaa/tsserverVersion 2017-12-06 14:02:30 -08:00
Arthur Ozga 0e75c5cc2f update descriptions 2017-12-06 14:02:04 -08:00
Sheetal Nandi a21b074055 Update the builder to take options aligning with the WatchCompilerHost 2017-12-06 13:59:53 -08:00
Ryan Cavanaugh ee283d1524 Merge pull request #20464 from RyanCavanaugh/fix20402
Don't add ambiently declared modules to ATA's unresolvedModules list
2017-12-06 13:55:54 -08:00
Alex Khomchenko d383f18d72 fix docs for Math.ceil and Math.floor (#16900) 2017-12-06 22:53:42 +01:00
Ryan Cavanaugh c15470595f Dedupe local types from ATA and reuse old programs correctly 2017-12-06 13:17:21 -08:00
Sheetal Nandi c1cbf588ff Update the project graph before checking if opened file is present in the existing project
Fixes #20017
2017-12-06 12:27:59 -08:00
Andy 18a7c3fb53 For import fix, prefer symlink over a real path (#20395)
* For import fix, prefer symlink over a real path

* fixes

* Use best result from all symlinks

* Make originalPath optional more

* Only include real path if a symlink isn't available
2017-12-06 11:27:38 -08:00
Ryan Cavanaugh c2fc5eafb5 Merge pull request #15256 from IdeaHunter/in-typeguard
Add type guard for `in` keyword
2017-12-06 10:32:07 -08:00
Andy 06aeab8f31 Minor cleanup for label completions (#20502) 2017-12-06 08:34:54 -08:00
Andy 8dca431733 Use InternalSymbolName.Default more (#20480) 2017-12-06 07:02:27 -08:00
wenlu.wang ae25d09761 add supports of completion label list (#20362) 2017-12-06 07:01:37 -08:00
Sheetal Nandi 14f66efcc5 Update the emitting file, reporting errors part of the watch api 2017-12-05 22:15:24 -08:00
Charles Pierce 472f087e69 Add new error message when class implements class #19793 2017-12-05 21:18:31 -08:00
Sheetal Nandi c9a407e553 Add getDefaultLibLocation and getDefaultLibFileName and remove system from WatchCompilerHost 2017-12-05 19:01:27 -08:00
Sheetal Nandi d22ba5e965 Move the system.write to trace on WatchCompilerHost 2017-12-05 18:53:18 -08:00
Sheetal Nandi 77e67311aa Handle setTimeout, clearTimeout, clearScreen and report watch Diagnostics 2017-12-05 18:37:57 -08:00
Sheetal Nandi abafddded2 Move internal functions in the watch to separate namespace 2017-12-05 18:13:45 -08:00
Sheetal Nandi 8cc2936352 Move watchFile and watchDirectory to WatchCompilerHost 2017-12-05 18:09:10 -08:00
Sheetal Nandi e694b9e3ba Update the WatchCompilerHost creation 2017-12-05 17:51:35 -08:00
Sheetal Nandi 43c2610a69 More functions moved from system to WatchCompilerHost 2017-12-05 16:53:34 -08:00
IdeaHunter 04b9b304a3 Change isTypePresencePossible, accept baseline 2017-12-06 01:39:34 +03:00
Anders Hejlsberg 57ca7680c9 Initial implementation of conditional type operator 2017-12-05 14:18:11 -08:00
Andy 3a3bb8e3f0 Immediately respond to applyCodeActionCommand requests (#20448) 2017-12-05 13:19:01 -08:00
IdeaHunter 069f73d0f2 Change type narrowing for optional properties 2017-12-06 00:02:36 +03:00
IdeaHunter a5d6be150b Remove whitespace 2017-12-06 00:02:36 +03:00
IdeaHunter 9c3c2adfb0 Add initial support for 'in' typeguarding 2017-12-06 00:02:36 +03:00
Sheetal Nandi 944f8b8792 Instead of using system as object on WatchHost, create WatchCompilerHost that combines the functionality 2017-12-05 11:46:45 -08:00
Sheetal Nandi f046d82034 Merge branch 'master' into builderApi 2017-12-05 11:45:26 -08:00
Sheetal Nandi 7bb5fc22c2 Merge pull request #20427 from JoshuaKGoldberg/watch-immediate-clears
Added console clearing with a message to --watch starts
2017-12-05 10:54:54 -08:00
Arthur Ozga 7de6083748 Merge pull request #20291 from Microsoft/dev/aozgaa/tsserverProjectTestOrganization
Dev/aozgaa/tsserver project test organization
2017-12-05 10:51:32 -08:00
Andy 8f23bf813c Add textChanges methods to insert nodes at the start of multiline bodies (#20445)
* Add textChanges methods to insert nodes at the start of multiline bodies

* Replace constructor body if not already multiline
2017-12-05 08:33:29 -08:00
Andy 8153397e91 Lazily compute signature type predicates (#17600)
* Lazily compute signature type predicates

* Use an instance of IdentifierTypePredicate to represent an unresolved type predicate

* Simplify `getMaybeTypePredicate`

* Invert representation of `resolvedTypePredicate`

* Remove `__unresolvedTypePredicate` type and remember to use `noTypePredicate` instead of `undefined` when in all `createSignature` calls

* Fix style of getTypePredicateOfSignature

* Use in createGetSymbolWalker

* Fix bugs for unions of type predicates

* Code review

* Make noTypePredicate purely an implementation detail of getTypePredictateOfSignature

* Add test

* Add test for #19642

* Add test with reversed order
2017-12-05 08:32:34 -08:00
Josh Goldberg cf9b8baa8c Merge branch 'master' into watch-immediate-clears
# Conflicts:
#	src/harness/unittests/tscWatchMode.ts
2017-12-04 23:22:00 -08:00
Josh Goldberg a389ff5f39 Unit test failure; clearHostScreen function 2017-12-04 23:11:01 -08:00
Josh Goldberg 98b64db811 Re-added blue color, with corrected 94m code 2017-12-04 22:28:56 -08:00
Diogo Franco (Kovensky) c894eebe51 Accept Iterable|ArrayLike union in Array.from, test 2017-12-05 14:37:51 +09:00
Arthur Ozga 2e3a8793b3 Update baseline 2017-12-04 18:11:43 -08:00
Arthur Ozga a714ece3da add status request 2017-12-04 18:11:23 -08:00
Sheetal Nandi 1a91256c22 Make before and after program create callbacks optional 2017-12-04 15:41:36 -08:00
Nathan Shively-Sanders 71b7429cb2 Update baselines
After merging with master, even erroneous tests generate types and
symbols baselines
2017-12-04 15:40:09 -08:00
Nathan Shively-Sanders dd0fa41de1 Merge branch 'master' into fix2-getConstraintOfIndexedAccess 2017-12-04 15:26:02 -08:00
Sheetal Nandi 471c83b7f5 Rename WatchHost.moduleNameResolver to WatchHost.resolveModuleNames to align with compiler host 2017-12-04 15:11:25 -08:00
csigs e42ecea8fb LEGO: Merge pull request 20462
LEGO: Merge pull request 20462
2017-12-04 15:10:37 -08:00
csigs e895fe9476 LEGO: check in for master to temporary branch. 2017-12-04 23:10:20 +00:00
Sheetal Nandi 61fc9b94de Rename Watch.synchronizeProgram to getProgram and return the updated program as part of this api 2017-12-04 15:04:22 -08:00