Commit Graph

97 Commits

Author SHA1 Message Date
TypeScript Bot 6d54ce8a37 Bump version to 4.0.8 and LKG 2021-06-16 22:33:48 +00:00
TypeScript Bot 13651e8481 Bump version to 4.0.7 and LKG 2021-02-10 00:20:52 +00:00
Sheetal Nandi 89d7b5ee58 Bump version to 4.0.6 and LKG 2020-12-08 14:21:13 -08:00
TypeScript Bot 524480f2b2 Bump version to 4.0.5 and LKG 2020-10-26 21:19:52 +00:00
Daniel Rosenwasser 4f783761c2 Update LKG 2020-10-23 16:32:26 -07:00
TypeScript Bot cf134778bf Bump version to 4.0.4 and LKG 2020-10-19 20:01:15 +00:00
TypeScript Bot fee3bfbe91 Bump version to 4.0.3 and LKG 2020-09-18 17:46:05 +00:00
TypeScript Bot 2eb5deae4b Update LKG 2020-09-18 00:43:07 +00:00
TypeScript Bot 912cbdfcb6 Update LKG 2020-08-17 02:14:20 +00:00
TypeScript Bot c9c6cd29b6 Bump version to 4.0.2 and LKG 2020-08-15 01:16:37 +00:00
TypeScript Bot f88f3065fa Update LKG 2020-08-13 06:22:57 +00:00
TypeScript Bot 6620b251ef 🤖 Pick PR #40005 (feat(40004): Missing Compiler API p...) into release-4.0 (#40015)
* Cherry-pick PR #40005 into release-4.0

Component commits:
fa1ed85593 feat(40004): make isNamedTupleMember public

* Update LKG

Co-authored-by: Alexander T <alexander.tarasyuk@outlook.com>
Co-authored-by: typescript-bot <typescript@microsoft.com>
2020-08-12 00:10:04 -07:00
TypeScript Bot 264d27e779 🤖 Pick PR #39937 (Handle empty package.json files) into release-4.0 (#39938)
* Cherry-pick PR #39937 into release-4.0

Component commits:
0b9b321b0c Handle empty package.json files

* Update LKG

Co-authored-by: Andrew Branch <andrew@wheream.io>
Co-authored-by: typescript-bot <typescript@microsoft.com>
2020-08-06 10:37:28 -07:00
TypeScript Bot 10bfb7c6d0 🤖 Pick PR #39883 (Renames in servermode per feedback) into release-4.0 (#39888)
* Cherry-pick PR #39883 into release-4.0

Component commits:
d320625392 Server mode renames as per feedback

e8d798db59 More renames

508226eec3 Merge branch 'master' into serverModeRename

* Update LKG

Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
Co-authored-by: typescript-bot <typescript@microsoft.com>
2020-08-05 14:37:43 -07:00
TypeScript Bot 024a09b947 Update LKG 2020-08-05 05:30:59 +00:00
TypeScript Bot 1763b8e5f2 Update LKG 2020-08-04 07:29:17 +00:00
Daniel Rosenwasser 546360687b Update LKG. 2020-08-03 05:18:50 +00:00
typescript-bot fd2ddfe12d Update LKG 2020-06-24 00:42:37 +00:00
TypeScript Bot edb72ea291 Bump version to 4.0.0-beta and LKG 2020-06-23 04:52:03 +00: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
Daniel Rosenwasser 8976ac96aa Update LKG. 2020-01-21 12:35:42 -08:00
Wesley Wigham 91ffa1c752 Update LKG (#36164) 2020-01-13 13:11:29 -08:00
Andrew Branch 48fa3a5f18 Update LKG (#35128) 2019-11-15 10:31:30 -08:00
Wesley Wigham 58854a6182 Revert old lkg and re lkg (#33769)
* Revert "Update LKG (#33710)"

This reverts commit 29becf0501.

* Re-accept LKG with API with breaking typeArguments change removed
2019-10-02 16:01:59 -07:00
Ron Buckton 29becf0501 Update LKG (#33710) 2019-10-01 13:17:17 -07: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
Adam Postma e951455215 Update misspelling 'identifer' to 'identifier' (#30894)
* fix typo - identifer to identifier

* fix typo - identifer to identifier
2019-04-12 13:29:00 -07:00
Sheetal Nandi f82cb2370f Udpate LKG 2019-03-08 16:35:58 -08:00
Sheetal Nandi b2cda168fd Update LKG 2019-03-08 15:20:37 -08:00
Sheetal Nandi 0469cc6c96 Update LKG 2019-03-05 13:58:39 -08:00
Sheetal Nandi 69f65f5445 Update LKG 2019-03-05 12:58:12 -08:00
Sheetal Nandi ba1dc9e303 Update LKG with the branch build 2019-03-01 13:30:08 -08:00
Daniel Rosenwasser 00bf32ca39 Update LKG. 2019-02-28 14:35:03 -08:00
Daniel Rosenwasser 8ddb2b61d2 Update LKG. 2018-11-20 12:28:45 -05:00
Daniel Rosenwasser 40bd7c89ab Update LKG. 2018-11-12 16:27:38 -08:00
Andy eb2297df02 Fix compile errors in tsbuildWatchMode.ts (#27870)
* Fix compile errors in tsbuildWatchMode.ts

* Remove TODO comments

* new LKG

* Add tslint disables
2018-10-16 12:28:14 -07:00
Brandon Banks 804a2fd66a fix typo in performance mark name 2018-10-02 22:52:17 -04:00
Andy ee25cdecbc Update LKG and remove newly unnecessary non-null assertions (#26515) 2018-08-17 09:13:43 -07:00
Wesley Wigham fd32cb97a4 Update LKG (#25470) 2018-07-05 16:05:09 -07:00
Ron Buckton 2fc014a2d8 Accept new LKG 2018-06-20 21:40:48 -07:00
Ron Buckton 891b15f60a Update gulpfile to support project references 2018-06-18 22:45:13 -07:00
Ryan Cavanaugh 7553d900fc Baseline LKG update 2018-06-11 16:04:04 -07:00
Ryan Cavanaugh 3432468ea9 Merge and baseline accept 2018-06-11 15:04:19 -07:00
Ryan Cavanaugh 7a7d04e126 Tests passing and lib loading 2018-06-10 20:05:12 -07:00