Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add capability to generate TypeScript using protoc-gen-ts#376

Open
zamronypj wants to merge 1 commit intogunk:masterfrom
zamronypj:master
Open

feat: add capability to generate TypeScript using protoc-gen-ts#376
zamronypj wants to merge 1 commit intogunk:masterfrom
zamronypj:master

Conversation

@zamronypj
Copy link
Contributor

This commit adds capability to generate ESM TypeScript code using protoc-gen-ts NPM package and also edit readme file to explain different types of TypeScript generators and fix minor typo error.

This commit adds capability to generate ESM TypeScript code using
protoc-gen-ts NPM package and also edit readme file to explain different types
of TypeScript generators and fix minor typo error.
Ts{ID: "ts_proto", ModuleName: "ts-proto", BinaryName : "protoc-gen-ts_proto"},
Ts{ID: "ts_proto", ModuleName: "ts-proto", BinaryName: "protoc-gen-ts_proto"},
//use npm protoc-gen-ts package
Ts{ID: "protoc-gen-ts", ModuleName: "protoc-gen-ts", BinaryName: "protoc-gen-ts"},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @zamronypj , just to make sure that BinaryName: "protoc-gen-ts" is different with line 75.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maitungmn they are different binaries although they have same name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants