Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Improve generated Java code #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions embedded_sass.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ syntax = "proto3";

package sass.embedded_protocol;

option java_package = "com.sass_lang.embedded_protocol";
option java_multiple_files = true;

// The wrapper type for all messages sent from the host to the compiler. This
// provides a `oneof` that makes it possible to determine the type of each
// inbound message.
Expand Down