Commit Graph

160 Commits

Author SHA1 Message Date
TypeScript Bot b7de5e3c4c Bump version to 3.9.10 and LKG 2021-06-16 00:17:18 +00:00
TypeScript Bot 9b778b3494 Bump version to 3.9.9 and LKG 2021-02-10 00:20:23 +00:00
Mine Starks 019e4c698a Bump version to 3.9.8 and LKG 2021-01-04 16:17:37 -08:00
TypeScript Bot a7d801176c Bump version to 3.9.7 and LKG 2020-07-15 17:56:28 +00:00
TypeScript Bot c6f934381c Bump version to 3.9.6 and LKG 2020-06-30 21:42:36 +00:00
TypeScript Bot c388222b29 Bump version to 3.9.5 and LKG 2020-05-29 01:35:22 +00:00
Daniel e0d620d18e Update LKG. 2020-05-28 19:30:08 +00:00
TypeScript Bot 4087757e9d Bump version to 3.9.4 and LKG 2020-05-28 18:14:29 +00:00
TypeScript Bot a076e9ebe2 Bump version to 3.9.3 and LKG 2020-05-19 22:33:09 +00:00
TypeScript Bot 551f0dd9a1 Bump version to 3.9.2 and LKG 2020-05-08 23:44:27 +00:00
Daniel 54fa1b7a8d Update LKG. 2020-05-07 20:32:57 +00:00
TypeScript Bot f2c93987c2 🤖 Pick PR #38101 (Skip comparing optional property fl...) into release-3.9 (#38199)
* Cherry-pick PR #38101 into release-3.9

Component commits:
f0aeef14bf Skip comparing optional property flag when comparing against discriminant properties

* Update LKG

Co-authored-by: Wesley Wigham <t-weswig@microsoft.com>
Co-authored-by: typescript-bot <typescript@microsoft.com>
2020-04-26 15:30:00 -07:00
TypeScript Bot cefa5f4b05 Bump version to 3.9.1-rc and LKG 2020-04-24 23:47:49 +00:00
Daniel b07ed3322a Merge branch 'master' into release-3.9 2020-04-24 23:33:46 +00:00
Ron Buckton 065a996345 Rerun LKG to remove 'awaited' type (#37616) 2020-03-31 11:54:02 -07:00
TypeScript Bot 74f219ed1d 🤖 Pick PR #37510 (Fix import order) into release-3.9 (#37628)
* Cherry-pick PR #37510 into release-3.9

Component commits:
b9a7fe068f Fix import order

* Update LKG

Co-authored-by: falsandtru <falsandtru@users.noreply.github.com>
Co-authored-by: typescript-bot <typescript@microsoft.com>
2020-03-26 13:56:29 -07:00
Daniel Rosenwasser 75a35800a4 Update LKG 2020-03-25 21:40:20 -07:00
TypeScript Bot 458520fd22 🤖 Pick PR #37568 (Revert cloneNode overrides in the D...) int… (#37569)
* Cherry-pick PR #37568 into release-3.9

Component commits:
f5d9c9c210 Revert cloneNode overrides in the DOM
See microsoft/TSJS-lib-generator#842

ace6d6885d update baselines

* Update LKG

Co-authored-by: Nathan Shively-Sanders <nathansa@microsoft.com>
Co-authored-by: typescript-bot <typescript@microsoft.com>
2020-03-24 20:09:10 -07:00
TypeScript Bot 520ee41897 Bump version to 3.9.0-beta and LKG 2020-03-21 00:29:42 +00: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
Ron Buckton afddaf090a Fix declaration for Array.prototype[Symbol.unscopables] (#36540) 2020-01-31 10:42:02 -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
Ron Buckton 4df2fc663c Do not include built/local/enu when producing LKG (#32723) 2019-08-05 16:19:38 -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
David Sherret 8fc6640f55 Rename _objectLiteralBrandBrand to _objectLiteralBrand. (#30797) 2019-04-23 14:33:54 -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
Wesley Wigham b67f2d6bdf Remove jake (hopefully for real this time) (#29085)
* Remove jake (hopefully for real this time)

* Fix gulpfile non-lkg build, add sanity-check build to posttest on CI, accept older baseline style to go with lkgd build

* More docs/scripts jake -> gulp
2019-02-20 15:32:15 -08:00
Ryan Cavanaugh 0a041ee536 Merge pull request #28270 from AnyhowStep/json-parse-reviver-stringify-replacer-better-declaration
JSON.parse(), JSON.stringify() more specific declarations for #6955
2019-02-02 12:10:56 -08:00
Daniel Rosenwasser 8ddb2b61d2 Update LKG. 2018-11-20 12:28:45 -05:00
AnyhowStep dd3ed02868 Removed stray whitespace 2018-11-13 12:24:03 -05:00
Daniel Rosenwasser 40bd7c89ab Update LKG. 2018-11-12 16:27:38 -08:00
AnyhowStep 01e71820fc Fixes Microsoft/TypeScript#6955 2018-10-31 17:00:24 -04: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