summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r--cli/msg.fbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs
index 2ab776ef3..014bfb7e9 100644
--- a/cli/msg.fbs
+++ b/cli/msg.fbs
@@ -1,5 +1,6 @@
union Any {
Accept,
+ ApplySourceMap,
Cache,
Chdir,
Chmod,
@@ -257,6 +258,12 @@ table FetchSourceFileRes {
data: [ubyte];
}
+table ApplySourceMap {
+ filename: string;
+ line: int;
+ column: int;
+}
+
table Cache {
extension: string;
module_id: string;