Watch 1Star0Fork0 牛牛/protoc-gen-ts 代码Issues0Pull Requests0Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :...
curl -Lo protoc-gen-ts \ https://github.com/join-com/protoc-gen-ts/releases/download/0.7.1/protoc-gen-ts.darwin.x86_64 \ && chmod +x protoc-gen-ts \ && sudo mv protoc-gen-ts /usr/local/bin If you need a binary for Linux, you can change the word "darwin" in the url by ...
protoc-gen-ts_proto.cmd protoc --plugin=protoc-gen-ts_proto=.\node_modules\.bin\protoc-gen-ts_proto.cmd --ts_proto_opt=outputEncodeMethods=true,useEnumNames=false,asClass=false,outputJsonMethods=true,context=true,outputNestJs=true,outputClientImpl=false --ts_proto_out=${DEST_DIR} ${SRC...
protoc \ --plugin="protoc-gen-ts=node_modules/.bin/protoc-ts-type-gen"\ --ts_out="${OUT_DIR}"\ your proto files Gotchas By default the google-protobuf library will use the JavaScript number type to store 64bit float and integer values; this can lead to overflow problems as you exce...
As a prerequisite, download or installprotoc(the protocol buffer compiler) for your platform from thegithub releases pageor via a package manager (ie:brew,apt). For the latest stable version of the ts-protoc-gen plugin: npm install ts-protoc-gen ...
UNPKG ts-protoc-gen/lib/index.d.ts Version: 11 BTypeScriptView Raw 1export{};
ts-protoc-gen/README.md Version: 8.05 kBMarkdownView Raw 1[![Master Build](https://travis-ci.org/improbable-eng/ts-protoc-gen.svg?branch=master)](https://travis-ci.org/improbable-eng/ts-protoc-gen) 2[![NPM](https://img.shields.io/npm/v/ts-protoc-gen.svg)](https://www.npmjs....
name = "protoc_gen_arkts" version = "0.0.1" dependencies = [ "anyhow", "cargo-patch", "cfg-if", "console_error_panic_hook", "convert_case", "crossbeam-utils", "dashmap", "glob", "num-bigint", "once_cell", "pathdiff", "pretty_assertions_sorted", "proto...
A proto buffer plugin which can complie grpc methods to http request methods by TypeScript - protoc-gen-http-ts/go.sum at main · eater-altria/protoc-gen-http-ts
ts-protoc-gen/lib/ExportMap.d.ts Version: 1.03 kBTypeScriptView Raw 1 import { FileDescriptorProto, DescriptorProto, MessageOptions, EnumOptions, FieldDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb"; 2 import Type = FieldDescriptorProto.Type; 3 declare type MapFieldOpt...