Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix update-code.sh not generating proto files in subdirectories #1055

Merged
merged 3 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions integration/angular/src/test.ts

This file was deleted.

22 changes: 0 additions & 22 deletions integration/before-after-request/typeRegistry.ts

This file was deleted.

7 changes: 0 additions & 7 deletions integration/simple-optionals/thing.proto

This file was deleted.

107 changes: 0 additions & 107 deletions integration/simple-optionals/thing.ts

This file was deleted.

3 changes: 2 additions & 1 deletion integration/update-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ for TEST in $TESTS; do
PARAMETERS=""
fi

PROTO_FILES=$(find . -name '*.proto' -type f)
NODE_OPTIONS="--import tsx" protoc --experimental_allow_proto3_optional \
"--plugin=$PLUGIN_PATH" \
--ts_proto_opt="annotateFilesWithVersion=false,${PARAMETERS}" \
--ts_proto_out=./ \
./*.proto
$PROTO_FILES

echo ""
echo ""
Expand Down
68 changes: 0 additions & 68 deletions integration/use-map-type/google/protobuf/empty.ts

This file was deleted.

Loading