You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#385 adds typings to all the getters and setters. But currently files that only contain messages do not generate d.ts typings. And services which import from such files do not get the types of such files as they are not being generated.
To reproduce. Just have 2 proto file. 1) Proto A contains the service and some message that requires to import from proto b. 2) Proto b which only contain messages.
The text was updated successfully, but these errors were encountered:
#385 adds typings to all the getters and setters. But currently files that only contain messages do not generate d.ts typings. And services which import from such files do not get the types of such files as they are not being generated.
To reproduce. Just have 2 proto file. 1) Proto A contains the service and some message that requires to import from proto b. 2) Proto b which only contain messages.
The text was updated successfully, but these errors were encountered: