Skip to content
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

[TS] Fix getFullyQualifiedName codegen for typescript #7730

Merged
merged 3 commits into from
Dec 22, 2022

Conversation

jkuszmaul
Copy link
Contributor

#7451 caused getFullyQualifiedName to return a name with underscores,
not periods. Because the fully qualified name is a property of FlatBuffers, not the language being codegen'd for, it should use periods.

Fixes #7564.

 google#7451 caused getFullyQualifiedName to return a name with underscores,
not periods. Because the fully qualified name is a property of
FlatBuffers, not the language being codegen'd for, it should use
periods. Fixes google#7564.
@github-actions github-actions bot added c++ codegen Involving generating code from schema javascript typescript labels Dec 22, 2022
@dbaileychess
Copy link
Collaborator

Thanks!

@dbaileychess dbaileychess enabled auto-merge (squash) December 22, 2022 20:53
@dbaileychess dbaileychess merged commit e43a80c into google:master Dec 22, 2022
sunwen18 pushed a commit to sunwen18/flatbuffers that referenced this pull request Dec 25, 2022
google#7451 caused getFullyQualifiedName to return a name with underscores,
not periods. Because the fully qualified name is a property of
FlatBuffers, not the language being codegen'd for, it should use
periods. Fixes google#7564.

Co-authored-by: Derek Bailey <derekbailey@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ codegen Involving generating code from schema javascript typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

getFullyQualifiedName has underscores in typescript/javascript
2 participants