1
1
Xform not_compiled/DocTemplate.res 3:3
2
2
can't find module DocTemplate
3
3
Hit: Add Documentation template
4
+
5
+ TextDocumentEdit: DocTemplate.res
4
6
{"start": {"line": 3, "character": 0}, "end": {"line": 5, "character": 9}}
5
7
newText:
6
8
<--here
@@ -14,6 +16,8 @@ and e = C
14
16
Xform not_compiled/DocTemplate.res 6:15
15
17
can't find module DocTemplate
16
18
Hit: Add Documentation template
19
+
20
+ TextDocumentEdit: DocTemplate.res
17
21
{"start": {"line": 6, "character": 0}, "end": {"line": 6, "character": 33}}
18
22
newText:
19
23
<--here
@@ -26,6 +30,8 @@ type name = Name(string)
26
30
Xform not_compiled/DocTemplate.res 8:4
27
31
can't find module DocTemplate
28
32
Hit: Add Documentation template
33
+
34
+ TextDocumentEdit: DocTemplate.res
29
35
{"start": {"line": 8, "character": 0}, "end": {"line": 8, "character": 9}}
30
36
newText:
31
37
<--here
@@ -37,6 +43,8 @@ let a = 1
37
43
Xform not_compiled/DocTemplate.res 10:4
38
44
can't find module DocTemplate
39
45
Hit: Add Documentation template
46
+
47
+ TextDocumentEdit: DocTemplate.res
40
48
{"start": {"line": 10, "character": 0}, "end": {"line": 10, "character": 20}}
41
49
newText:
42
50
<--here
@@ -48,6 +56,8 @@ let inc = x => x + 1
48
56
Xform not_compiled/DocTemplate.res 12:7
49
57
can't find module DocTemplate
50
58
Hit: Add Documentation template
59
+
60
+ TextDocumentEdit: DocTemplate.res
51
61
{"start": {"line": 12, "character": 0}, "end": {"line": 16, "character": 1}}
52
62
newText:
53
63
<--here
@@ -59,21 +69,61 @@ module T = {
59
69
let b = 1
60
70
// ^xfm
61
71
}
72
+ Hit: Extract module as file
73
+
74
+ CreateFile: T.res
75
+
76
+ TextDocumentEdit: T.res
77
+ {"start": {"line": 0, "character": 0}, "end": {"line": 0, "character": 0}}
78
+ newText:
79
+ <--here
80
+ // ^xfm
81
+ let b = 1
82
+ // ^xfm
83
+
84
+
85
+ TextDocumentEdit: not_compiled/DocTemplate.res
86
+ {"start": {"line": 12, "character": 0}, "end": {"line": 16, "character": 1}}
87
+ newText:
88
+ <--here
89
+
62
90
63
91
Xform not_compiled/DocTemplate.res 14:6
64
92
can't find module DocTemplate
65
93
Hit: Add Documentation template
94
+
95
+ TextDocumentEdit: DocTemplate.res
66
96
{"start": {"line": 14, "character": 2}, "end": {"line": 14, "character": 11}}
67
97
newText:
68
98
<--here
69
99
/**
70
100
71
101
*/
72
102
let b = 1
103
+ Hit: Extract module as file
104
+
105
+ CreateFile: T.res
106
+
107
+ TextDocumentEdit: T.res
108
+ {"start": {"line": 0, "character": 0}, "end": {"line": 0, "character": 0}}
109
+ newText:
110
+ <--here
111
+ // ^xfm
112
+ let b = 1
113
+ // ^xfm
114
+
115
+
116
+ TextDocumentEdit: not_compiled/DocTemplate.res
117
+ {"start": {"line": 12, "character": 0}, "end": {"line": 16, "character": 1}}
118
+ newText:
119
+ <--here
120
+
73
121
74
122
Xform not_compiled/DocTemplate.res 18:2
75
123
can't find module DocTemplate
76
124
Hit: Add Documentation template
125
+
126
+ TextDocumentEdit: DocTemplate.res
77
127
{"start": {"line": 17, "character": 0}, "end": {"line": 18, "character": 46}}
78
128
newText:
79
129
<--here
0 commit comments