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 ...
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...
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....
For the latest stable version of the ts-protoc-gen plugin: npm install ts-protoc-gen For our latest build straight from master: npm install ts-protoc-gen@next bazel The bazel rules have been moved to a separate projecthere. There is amigration guidefor existing users. ...
For the latest stable version of the ts-protoc-gen plugin: npm install protoc-ts-type-gen Run protoc and reference this library as a plugin: protoc \ --plugin="protoc-gen-ts=node_modules/.bin/protoc-ts-type-gen"\ --ts_out="${OUT_DIR}"\ your proto files ...
牛牛/protoc-gen-ts 代码Issues0Pull Requests0Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) ...
improbable-eng/ts-protoc-gen#15 #13 I tried changing the path to --plugin=protoc-gen-ts_proto=.\node_modules.bin\protoc-gen-ts_proto.cmd and also with %CD% Does$DEST_DIRwork on windows? It looks like you might be mixing unix script conventions (SRC_DIR=...) and windows conventions...
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...
ts-protoc-gen/lib/Printer.js.map Version: 683 BSource Map (JSON)View Raw 1 {"version":3,"file":"Printer.js","sourceRoot":"","sources":["../src/Printer.ts"],"names":[],"mappings":";;AAAA,+BAAsC;AAEtC;IAIE,iBAAY,WAAmB;QAF/B,WAAM,GAAW,EAAE,CAAC;QAGlB,IAAI,CAAC,SAAS,GA...
ts-protoc-gen/lib/CodePrinter.d.ts Version: 288 BTypeScriptView Raw 1 import { Printer } from "./Printer"; 2 export declare class CodePrinter { 3 private depth; 4 private printer; 5 private indentation; 6 constructor(depth: number, printer: Printer); 7 indent(): this; 8...