-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[epic] [v13] List of current issues, missing features and possible improvements in the new compiler (and relay) #3749
Comments
Documentation has a few TODOs - not sure if that's related or I should make a separate issue |
Would OSS support for |
Just migrated a large code base to
Thanks for all the improvements! Excited to be on 13. |
Thanks @mikeldking ! I think 1,2 items are probably connected. We do support relay/compiler/crates/relay-compiler/src/main.rs Lines 120 to 121 in ec98987
Typescript should not be a default language, maybe you have other config that have relay/compiler/crates/relay-config/src/typegen_config.rs Lines 25 to 27 in ec98987
|
Hey thanks for the response @alunyov I forked the examples to show what I'm seeing: relayjs/relay-examples#208 Issue 1 (
|
Thanks @mikeldking for detailed report! |
the old compiler used to output the changed files, is this something that was removed? |
Hmm, can you create an issue for this? With the possible example/repro to better understand what output should have changed files? |
Here we will keep track of the progress of the release/adoption of the new compiler in OSS.
If there is something that is blocking you from adopting the new compiler (and it is not mentioned in this list) please create a new issue, we will review and add it to the list/or trying help with the fix.
The goal: help prioritizing critical bug-fixes/features for upcoming v13.0.2 release (and beyond).
Current Reported Issues:
Bugs:
__generated__
directory #3737relay-compiler@main
--config
option is not supported (missing, but should be available) #3801typescript
is the default language - should beflow
. #3802Missing Features:
Possible Improvements:
@no_inline
directive doesn't work correctly for fragments in a different directory (non-Haste mode) #3742"%future added value"
#3596stderr
#3743.gql
file extensions for schema files. See [relay-compiler 13] thread panic when using .gql extension schema file #3772The text was updated successfully, but these errors were encountered: