summaryrefslogtreecommitdiff
path: root/cli/msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/msg.rs')
-rw-r--r--cli/msg.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/msg.rs b/cli/msg.rs
index 90f953118..e1d0f07f2 100644
--- a/cli/msg.rs
+++ b/cli/msg.rs
@@ -97,5 +97,6 @@ pub fn enum_name_media_type(mt: MediaType) -> &'static str {
#[derive(Clone, Copy, PartialEq, Debug)]
pub enum CompilerRequestType {
Compile = 0,
- Bundle = 1,
+ RuntimeCompile = 1,
+ RuntimeTranspile = 2,
}