-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.gen.test.yaml
More file actions
28 lines (28 loc) · 901 Bytes
/
buf.gen.test.yaml
File metadata and controls
28 lines (28 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: v2
plugins:
- local: ./dist-scripts/scripts/protoc-gen-nebius-ts.js
out: src/generated_test/2
strategy: all
opt:
- outFromSrc=generated_test/2
- registryFile=someotherfolder/protoregistry.ts
include_imports: true
- remote: buf.build/community/stephenh-ts-proto:v2.6.1 # our version is created in parity with this version
out: src/generated_test/1
opt:
- esModuleInterop=true
- forceLong=long
- useOptionals=all
- useDate=true
- oneof=unions
- outputTypeAnnotations=true
- outputTypeRegistry=true
- exportCommonSymbols=false
- outputServices=grpc-js
- outputClientImpl=grpc-web
- addGrpcMetadata=true
- addNestjsRestParameter=false
- returnObservable=false
- snakeToCamel=true
- local: ./dist-scripts/scripts/protoc-gen-nebius-ts-sdk.js
out: src/generated_test/1