-
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
Commits on Apr 15, 2021
-
using this `find src -name "*.js" -exec sh -c 'git mv "$0" "${0%.js}.ts"' {} \;` shell command renamed all files in `src`
Configuration menu - View commit details
-
Copy full SHA for 6c2db84 - Browse repository at this point
Copy the full SHA 6c2db84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46130e9 - Browse repository at this point
Copy the full SHA 46130e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7fdc96 - Browse repository at this point
Copy the full SHA b7fdc96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab7ecf - Browse repository at this point
Copy the full SHA 3ab7ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dde86c - Browse repository at this point
Copy the full SHA 4dde86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c2be0 - Browse repository at this point
Copy the full SHA 78c2be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c2257 - Browse repository at this point
Copy the full SHA 65c2257View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea8237f - Browse repository at this point
Copy the full SHA ea8237fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae46e0 - Browse repository at this point
Copy the full SHA 0ae46e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b979e23 - Browse repository at this point
Copy the full SHA b979e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554570d - Browse repository at this point
Copy the full SHA 554570dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd02097 - Browse repository at this point
Copy the full SHA bd02097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d18f4 - Browse repository at this point
Copy the full SHA 20d18f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5aca9 - Browse repository at this point
Copy the full SHA 3c5aca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64781a9 - Browse repository at this point
Copy the full SHA 64781a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e9b0c - Browse repository at this point
Copy the full SHA e4e9b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6376bc - Browse repository at this point
Copy the full SHA a6376bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b62fe3d - Browse repository at this point
Copy the full SHA b62fe3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c063d56 - Browse repository at this point
Copy the full SHA c063d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for f491016 - Browse repository at this point
Copy the full SHA f491016View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc57c8 - Browse repository at this point
Copy the full SHA fdc57c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d05da - Browse repository at this point
Copy the full SHA 21d05daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 257a3c7 - Browse repository at this point
Copy the full SHA 257a3c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0212283 - Browse repository at this point
Copy the full SHA 0212283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1599a69 - Browse repository at this point
Copy the full SHA 1599a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e05758a - Browse repository at this point
Copy the full SHA e05758aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec59c6e - Browse repository at this point
Copy the full SHA ec59c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4c76e - Browse repository at this point
Copy the full SHA ba4c76eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de679b - Browse repository at this point
Copy the full SHA 8de679bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb08f35 - Browse repository at this point
Copy the full SHA cb08f35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2ab17 - Browse repository at this point
Copy the full SHA 8f2ab17View commit details -
Configuration menu - View commit details
-
Copy full SHA for b07f73a - Browse repository at this point
Copy the full SHA b07f73aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a05b95d - Browse repository at this point
Copy the full SHA a05b95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a41f6 - Browse repository at this point
Copy the full SHA 37a41f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f0440 - Browse repository at this point
Copy the full SHA f4f0440View commit details -
Configuration menu - View commit details
-
Copy full SHA for 039def9 - Browse repository at this point
Copy the full SHA 039def9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 570b559 - Browse repository at this point
Copy the full SHA 570b559View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd91f2a - Browse repository at this point
Copy the full SHA cd91f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 207e434 - Browse repository at this point
Copy the full SHA 207e434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a1798 - Browse repository at this point
Copy the full SHA 63a1798View commit details -
Configuration menu - View commit details
-
Copy full SHA for d490f3d - Browse repository at this point
Copy the full SHA d490f3dView commit details -
fix: TS2355 function whose declared type is neither 'void' nor 'any' …
…must return a value Co-Authored-By: Kamil Kisiela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d9a8f9 - Browse repository at this point
Copy the full SHA 1d9a8f9View commit details -
Co-Authored-By: Kamil Kisiela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99e029f - Browse repository at this point
Copy the full SHA 99e029fView commit details -
refactor: CoercedVariableValues type into union of interfaces
Co-Authored-By: Kamil Kisiela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 462d04d - Browse repository at this point
Copy the full SHA 462d04dView commit details -
refactor: convert to use
Record
Co-Authored-By: Kamil Kisiela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89861c5 - Browse repository at this point
Copy the full SHA 89861c5View commit details -
refactor: ensureArray func to return proper typed values
Co-Authored-By: Kamil Kisiela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59971b9 - Browse repository at this point
Copy the full SHA 59971b9View commit details -
feat: typecast to ensure type safety
Co-Authored-By: Kamil Kisiela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7f9f69 - Browse repository at this point
Copy the full SHA d7f9f69View commit details -
feat: type guard isObjectLike to
Record
Co-Authored-By: Kamil Kisiela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58185c6 - Browse repository at this point
Copy the full SHA 58185c6View commit details -
Co-Authored-By: Kamil Kisiela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a43cbd0 - Browse repository at this point
Copy the full SHA a43cbd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dbbcac - Browse repository at this point
Copy the full SHA 8dbbcacView commit details -
feat: use
in
operator to check TS type while doing boolean checksCo-Authored-By: Kamil Kisiela <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ad53e8 - Browse repository at this point
Copy the full SHA 9ad53e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e021f1b - Browse repository at this point
Copy the full SHA e021f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for abd7a03 - Browse repository at this point
Copy the full SHA abd7a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 329334a - Browse repository at this point
Copy the full SHA 329334aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 261b381 - Browse repository at this point
Copy the full SHA 261b381View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44222dc - Browse repository at this point
Copy the full SHA 44222dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99921a3 - Browse repository at this point
Copy the full SHA 99921a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4aa269 - Browse repository at this point
Copy the full SHA d4aa269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81363f1 - Browse repository at this point
Copy the full SHA 81363f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fee1315 - Browse repository at this point
Copy the full SHA fee1315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738956e - Browse repository at this point
Copy the full SHA 738956eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23aba04 - Browse repository at this point
Copy the full SHA 23aba04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948f656 - Browse repository at this point
Copy the full SHA 948f656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b5a98 - Browse repository at this point
Copy the full SHA 72b5a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ce601 - Browse repository at this point
Copy the full SHA 43ce601View commit details