summaryrefslogtreecommitdiff
path: root/msg.proto
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-21 17:33:33 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-21 17:33:33 -0400
commit8e2e17cdbe02847b19d8bc2002ba713d18e291b9 (patch)
tree4e6cb105f4ca8857d28e5473894bf53dceeff3cc /msg.proto
parentaf6076f3c6008d3aacb69ae3eca8db2eb3f00de9 (diff)
Support source maps for internal code.
Diffstat (limited to 'msg.proto')
-rw-r--r--msg.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/msg.proto b/msg.proto
index dba8cab94..821d00a20 100644
--- a/msg.proto
+++ b/msg.proto
@@ -18,6 +18,8 @@ message StartMsg {
string cwd = 1;
repeated string argv = 2;
bool debug_flag = 3;
+ string main_js = 4; // The contents of dist/main.js
+ string main_map = 5; // The contents of dist/main.map
}
message SourceCodeFetchMsg {