We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2918c14 commit 8724d55Copy full SHA for 8724d55
1 file changed
protos/jit.proto
@@ -106,6 +106,8 @@ message JitCompilationRequest {
106
google.protobuf.Struct jit_data = 4;
107
// JiT compilation target type.
108
JitCompilationTargetType compilation_target_type = 5;
109
+ // List of additional file paths accessible at compilation.
110
+ repeated string file_paths = 6;
111
}
112
113
// JiT compilation response.
0 commit comments