summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r--cli/msg.fbs35
1 files changed, 0 insertions, 35 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs
index 3a40b80f5..6744a0754 100644
--- a/cli/msg.fbs
+++ b/cli/msg.fbs
@@ -62,16 +62,11 @@ union Any {
RunStatus,
RunStatusRes,
Seek,
- SetEnv,
Shutdown,
- Start,
- StartRes,
Stat,
StatRes,
Symlink,
Truncate,
- HomeDir,
- HomeDirRes,
WorkerGetMessage,
WorkerGetMessageRes,
WorkerPostMessage,
@@ -167,25 +162,6 @@ table Base {
inner: Any;
}
-table Start {
- unused: int8;
-}
-
-table StartRes {
- cwd: string;
- pid: uint32;
- argv: [string];
- main_module: string; // Absolute URL.
- debug_flag: bool;
- deps_flag: bool;
- types_flag: bool;
- version_flag: bool;
- deno_version: string;
- v8_version: string;
- no_color: bool;
- xeval_delim: string;
-}
-
table FormatError {
error: string;
}
@@ -278,11 +254,6 @@ table GlobalTimerRes { }
table GlobalTimerStop { }
-table SetEnv {
- key: string;
- value: string;
-}
-
table KeyValue {
key: string;
value: string;
@@ -445,12 +416,6 @@ table Truncate {
len: uint;
}
-table HomeDir {}
-
-table HomeDirRes {
- path: string;
-}
-
table Open {
filename: string;
perm: uint;