-
Notifications
You must be signed in to change notification settings - Fork 131
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
Deno build? #185
Comments
Do you know what is required to support Deno? |
No. Have you actually tried running protobuf-ts with Deno? What failed specifically, and how do you propose to solve it? If Deno requires special code paths, how do we ensure they continue to function as the code base moves along? |
As an aside, the nats client support for Deno, might be a good template. |
|
Would you like to contribute them? |
Maybe, looks like the codegen will need to change for both cases. Thinking it over. |
Please reopen if there are any news. For a start, we'd need to know what exactly fails to run with Deno. |
I'm trying to use protobuf-ts with Deno. I have tried to import What's expected:The generated import statements have import { Hat } from "./service-twirp-example.ts";
import { Size } from "./service-twirp-example.ts"; I think #233 may help this. |
No description provided.
The text was updated successfully, but these errors were encountered: