Skip to content

Commit

Permalink
fix: prefix and suffixes were not being applied to to/fromTimestamp r…
Browse files Browse the repository at this point in the history
…esulting in compile error
  • Loading branch information
halkeye committed Oct 4, 2024
1 parent 6a8188e commit 3933211
Show file tree
Hide file tree
Showing 9 changed files with 492 additions and 4 deletions.
7 changes: 7 additions & 0 deletions integration/affixes/affixes.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
syntax = "proto3";
import "google/protobuf/wrappers.proto";
import "google/protobuf/timestamp.proto";

package affixes;

Expand All @@ -15,3 +17,8 @@ enum AwesomeEnum {

service AwesomeService {
}

message Google {
google.protobuf.UInt64Value guint64 = 13;
google.protobuf.Timestamp timestamp = 14;
}
109 changes: 109 additions & 0 deletions integration/affixes/affixes.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

226 changes: 226 additions & 0 deletions integration/suffix-type/google/protobuf/timestamp.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions integration/suffix-type/parameters.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
typeSuffix=GRPCS,typePrefix=GRPCP
Loading

0 comments on commit 3933211

Please sign in to comment.