mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 13:34:13 +00:00
Update ts codegen (#8421)
Makes the return type of `static getFullyQualifiedName()` be a string literal instead of just the string type Update tests Co-authored-by: Björn Harrtell <bjornharrtell@users.noreply.github.com>
This commit is contained in:
@@ -67,7 +67,7 @@ charactersLength():number {
|
||||
return offset ? this.bb!.__vector_len(this.bb_pos + offset) : 0;
|
||||
}
|
||||
|
||||
static getFullyQualifiedName():string {
|
||||
static getFullyQualifiedName(): "Movie" {
|
||||
return 'Movie';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user