thesayyn / protoc-gen-ts

Compile protocol buffer messages to TypeScript.
MIT License
362 stars 75 forks source link

[rust] Error starting the proto build with new rust wasm package. Error when executing /usr/bin/protoc-gen-ts #251

Closed plachta11b closed 8 months ago

plachta11b commented 9 months ago

Missing line #!/usr/bin/env node in js/plugin/main.js file.

I built this package locally from the rust source. Steps leading to reproducing to execution error:

Protoc version: libprotoc 25.1 (ubuntu image)

Version: main-7a6a5473

thesayyn commented 8 months ago

Yes, this looks like a bug. PRs are welcome.