From 8e2e17cdbe02847b19d8bc2002ba713d18e291b9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 21 May 2018 17:33:33 -0400 Subject: Support source maps for internal code. --- msg.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'msg.proto') 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 { -- cgit v1.2.3