-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert flow types to TS #2828
Convert flow types to TS #2828
Conversation
Hey! I was asked to check in here. You are doing some serious transformations. Is there any way I can help out? ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
يتم اختراق حساب
0252608
to
e45a056
Compare
caa8334
to
464cbf3
Compare
23a8baa
to
79da01a
Compare
50a97b9
to
bb270c2
Compare
@IvanGoncharov rebased this with |
@@ -1 +1 @@ | |||
export type PromiseOrValue<+T> = Promise<T> | T; | |||
export type PromiseOrValue<T> = Promise<T> | T; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to myself: I need to check this commit.
740ad83
to
446298c
Compare
Co-Authored-By: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-Authored-By: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-Authored-By: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-Authored-By: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-Authored-By: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-Authored-By: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-Authored-By: Kamil Kisiela <kamil.kisiela@gmail.com>
@saihaj That was a long journey thanks a lot for your help 👍 |
Congrats! When will this be released? |
Summary
Convert all the
.js
to.ts
and fix all syntax related issues that exist because of Flow and TypeScript.%checks
and removeeslint-disable
comments (saihaj@5d966bd)_
saihaj@fbbb7a5#r43625283object
since it is aWeakMap
(saihaj@ae7c3f4#r43625385)integrationTests/*/**
(saihaj@28023e6)?
toMaybe
(few were missed in 41b6975)mixed
tounknown
(few were missed in cd55ba9)$Keys
tokeyof
$ReadOnly
toReadonly
$ObjMap
toObjMap
utility function (need help on this. See discussion here Convert flow types to TS #2828 (comment)).babelrc-deno
to use TypeScriptAction items Based on #2828 (comment)
For @IvanGoncharov
visit
typings in16.x.x
16.x.x
GraphQLAgregatedError
For @saihaj
Fix no redeclare(these will be removed so no need)src/polyfills/objectValues.ts