We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same issue as #3989, but it was not completely fixed.
The dynamic imports in the AST omit extensions, however the type imports still have the extensions.
It appears that
relay/compiler/crates/relay-typegen/src/typescript.rs
Line 97 in 639abe1
Line 101 in 639abe1
Both also need to strip extensions, as typescript requires that extensions not be provided.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Same issue as #3989, but it was not completely fixed.
The dynamic imports in the AST omit extensions, however the type imports still have the extensions.
It appears that
relay/compiler/crates/relay-typegen/src/typescript.rs
Line 97 in 639abe1
and
relay/compiler/crates/relay-typegen/src/typescript.rs
Line 101 in 639abe1
Both also need to strip extensions, as typescript requires that extensions not be provided.
The text was updated successfully, but these errors were encountered: