Commit ff718a1
committed
fix: enable --experimental_editions in protoc
When protoc compiles proto files that use the experimental
Editions feature (like google/showcase/v1beta1/testing.proto),
it throws a fatal error unless the --experimental_editions flag
is explicitly passed.
This commit updates the generator to always pass this flag to protoc,
ensuring it doesn't crash when encountering these newer proto files
now that we are relying on the system protoc (v25+).1 parent 98d0c01 commit ff718a1
File tree
1 file changed
+1
-0
lines changed- core/generator/gapic-generator-typescript/typescript/src
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
0 commit comments