-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Integrate genType docs into main docs as "TypeScript interop" #746
Comments
IMHO TypeScript interop shouldn't be treated as special. Except for gentype-specific config, most of it is required for general JS codebase interoperability. Instead, we can say that TypeScript is supported natively. Instead of the "TypeScript interop" chapter, I suggest providing more generally useful guides in a "Working with JavaScript/TypeScript projects" chapter. For example, https://rescript-collection.pages.dev/docs/javascript#pipe-operator describes how dealing with pipe patterns in JS codebase. |
Moving those issues over from #697
|
genType has moved into the compiler since 10.1 and flow support has been dropped
Let's move its docs into the main section as "TypeScript interop". Remove all mentions of "flowtype" and "Reason" and update the docs.
The text was updated successfully, but these errors were encountered: