27 Commits

Author SHA1 Message Date
Daniel Rosenwasser
1e2fa7ae15 Update version to 4.9.2-rc and LKG. 2022-10-30 08:19:04 +00:00
Daniel Rosenwasser
7f37d251fc Update version to 4.9.1-beta and LKG. 2022-09-23 22:38:18 +00:00
TypeScript Bot
84c29cd576
🤖 Pick PR #50912 (Pluralized `hasInvalidatedResolutio...) into release-4.9 (#50913)
* Cherry-pick PR #50912 into release-4.9

Component commits:
5493e6f716 Pluralize hasInvalidatedResolution to hasInvalidatedResolutions.

7ee07a04f1 Accepted baselines.

* Update LKG

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
Co-authored-by: typescript-bot <typescript@microsoft.com>
2022-09-22 18:32:48 -07:00
Daniel Rosenwasser
98652a349a Bump version to 4.9.0-beta and LKG. 2022-09-21 18:39:53 +00:00
Jake Bailey
226dd0b7bf
Fix typechecking related lints that changed post 4.8, update LKG to 4.8.2 (#50472) 2022-08-26 11:41:45 -07:00
Daniel Rosenwasser
9d443b76aa
Update LKG to enable improved narrowing in 4.4. (#44842)
* Update LKG.

* Remove unnecessary assertions.
2021-07-01 12:21:27 -07:00
Daniel Rosenwasser
cec2fda9a5
Update LKG. (#44423) 2021-06-03 16:35:05 -07:00
Daniel Rosenwasser
16031bc429 Update LKG. 2021-01-10 15:58:40 -08:00
Ron Buckton
9ff24b6fc8
Update LKG (#39173) 2020-06-19 22:18:55 -07:00
Nathan Shively-Sanders
35c1ba67ba
Update LKG 2020 05 06 (#38371)
* Update LKG

* remove now-extraneous casts
2020-05-06 14:42:05 -07:00
Ron Buckton
065a996345
Rerun LKG to remove 'awaited' type (#37616) 2020-03-31 11:54:02 -07:00
Ron Buckton
e3ec7b18b8
Add the 'awaited' type operator (#35998)
* Add the 'awaited' type operator

* Add script to manually add reviewers to a PR when GH 'Suggested Reviewers' breaks

* Fix lint error in review script

* Only defer generic awaited type for possible thenable

* Add variance-like behavior for awaited

* Switch awaited type params to 'unreliable' variance

* fix typo in inferTypes

* LKG without syntax in lib

* LKG with new syntax in lib

* Add 'strictAwaitedTypes' flag

* Treat strictAwaitedTypes as strict-mode flag

* Rename TAll, remove duplicate definition of 'race'

* Apply suggestions from code review

Co-Authored-By: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>

* Fix inference priority

* Update comment to isGenericAwaitableType

* Add overloads for then/catch to Promise

* Add inference heuristic for T | PromiseLike<T> (for any PromiseLike)

* Remove strictAwaitedTypes flag

Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
2020-03-20 16:09:01 -07:00
Wesley Wigham
ff0422091f
Update LKG (#37175)
* Update LKG

* Remove unneeded check (handled by top of function)
2020-03-02 15:15:41 -08:00
Wesley Wigham
6a1e474cac
Update LKG (#37116) 2020-02-28 14:02:40 -08:00
Wesley Wigham
0326534a2a
Update LKG (#37087) 2020-02-27 14:24:21 -08:00
Andrew Branch
48fa3a5f18
Update LKG (#35128) 2019-11-15 10:31:30 -08:00
Wesley Wigham
b963e1a2a7
Update LKG (#32578)
* Update LKG

* Add @types/node version bump

* Small paatches/casts to be compatible with latest node

* Accept API baseline update

* Make internal NodeBuffer compatable with latest Buffer

* Why do we even have an internal buffer type

* Sync up internal buffer type better

* Fix lint

* Readd mroe missing Buffer methods
2019-07-29 10:33:43 -07:00
Wesley Wigham
fd32cb97a4
Update LKG (#25470) 2018-07-05 16:05:09 -07:00
Ron Buckton
891b15f60a Update gulpfile to support project references 2018-06-18 22:45:13 -07:00
Ryan Cavanaugh
7a7d04e126 Tests passing and lib loading 2018-06-10 20:05:12 -07:00
Mohamed Hegazy
2f73986b44 Update LKG 2018-06-04 14:02:51 -07:00
Mohamed Hegazy
85dcfec33c Update LKG 2018-05-21 11:01:35 -07:00
Andy
deef6cd88c
Update LKG (#23844) 2018-05-03 08:02:41 -07:00
Mohamed Hegazy
5f9c34bcd2 Update LKG 2018-04-04 15:13:24 -07:00
Wesley Wigham
79e5e79ef7
Update LKG 2018-03-28 17:46:57 -07:00
Andy
530d7e9358
Update LKG (#22085) 2018-02-21 09:12:48 -08:00
benbraou
49a48ffd4d fix(es2018): add a target and an initial lib (#20385)
* run Jake LKG before es2018 addition

Fixes #20342

* fix(es2018): add a target and an initial lib

Fixes #20342
2017-12-02 11:16:59 -08:00