@@ -6,6 +6,7 @@ ContextPath Value[int]
66Path int
77CPPipe env:CompletionPipeChain
88CPPipe type path:Integer.t
9+ CPPipe pathFromEnv:Integer found:true
910Path Integer.
1011[{
1112 "label": "Integer.toInt",
@@ -42,6 +43,7 @@ ContextPath Value[toFlt]
4243Path toFlt
4344CPPipe env:CompletionPipeChain
4445CPPipe type path:SuperFloat.t
46+ CPPipe pathFromEnv:SuperFloat found:true
4547Path SuperFloat.
4648[{
4749 "label": "SuperFloat.fromInteger",
@@ -66,6 +68,7 @@ ContextPath Value[Integer, increment]
6668Path Integer.increment
6769CPPipe env:CompletionPipeChain envFromCompletionItem:CompletionPipeChain.Integer
6870CPPipe type path:t
71+ CPPipe pathFromEnv:Integer found:true
6972Path Integer.
7073[{
7174 "label": "Integer.toInt",
@@ -102,6 +105,7 @@ ContextPath Value[Integer, increment]
102105Path Integer.increment
103106CPPipe env:CompletionPipeChain envFromCompletionItem:CompletionPipeChain.Integer
104107CPPipe type path:t
108+ CPPipe pathFromEnv:Integer found:true
105109Path Integer.
106110[{
107111 "label": "Integer.toInt",
@@ -138,6 +142,7 @@ ContextPath Value[Integer, decrement]
138142Path Integer.decrement
139143CPPipe env:CompletionPipeChain envFromCompletionItem:CompletionPipeChain.Integer
140144CPPipe type path:t
145+ CPPipe pathFromEnv:Integer found:true
141146Path Integer.
142147[{
143148 "label": "Integer.toInt",
@@ -174,6 +179,7 @@ ContextPath Value[Integer, decrement]
174179Path Integer.decrement
175180CPPipe env:CompletionPipeChain envFromCompletionItem:CompletionPipeChain.Integer
176181CPPipe type path:t
182+ CPPipe pathFromEnv:Integer found:true
177183Path Integer.
178184[{
179185 "label": "Integer.toInt",
@@ -210,6 +216,7 @@ ContextPath Value[SuperFloat, fromInteger]
210216Path SuperFloat.fromInteger
211217CPPipe env:CompletionPipeChain envFromCompletionItem:CompletionPipeChain.SuperFloat
212218CPPipe type path:t
219+ CPPipe pathFromEnv:SuperFloat found:true
213220Path SuperFloat.
214221[{
215222 "label": "SuperFloat.fromInteger",
@@ -234,6 +241,7 @@ ContextPath Value[SuperFloat, fromInteger]
234241Path SuperFloat.fromInteger
235242CPPipe env:CompletionPipeChain envFromCompletionItem:CompletionPipeChain.SuperFloat
236243CPPipe type path:t
244+ CPPipe pathFromEnv:SuperFloat found:true
237245Path SuperFloat.t
238246[{
239247 "label": "SuperFloat.toInteger",
@@ -252,6 +260,7 @@ ContextPath Value[CompletionSupport, Test, make]
252260Path CompletionSupport.Test.make
253261CPPipe env:CompletionPipeChain envFromCompletionItem:CompletionSupport.Test
254262CPPipe type path:t
263+ CPPipe pathFromEnv:Test found:true
255264Path CompletionSupport.Test.
256265[{
257266 "label": "CompletionSupport.Test.add",
@@ -282,6 +291,7 @@ ContextPath Value[CompletionSupport, Test, addSelf]
282291Path CompletionSupport.Test.addSelf
283292CPPipe env:CompletionPipeChain envFromCompletionItem:CompletionSupport.Test
284293CPPipe type path:t
294+ CPPipe pathFromEnv:Test found:true
285295Path CompletionSupport.Test.
286296[{
287297 "label": "CompletionSupport.Test.add",
@@ -312,6 +322,7 @@ ContextPath Value[Js, Array2, forEach]
312322Path Js.Array2.forEach
313323CPPipe env:CompletionPipeChain envFromCompletionItem:Js_array2
314324CPPipe type path:unit
325+ CPPipe pathFromEnv: found:true
315326[]
316327
317328Complete src/CompletionPipeChain.res 62:6
@@ -345,6 +356,7 @@ ContextPath Value[aliased]
345356Path aliased
346357CPPipe env:CompletionPipeChain
347358CPPipe type path:CompletionSupport.Test.t
359+ CPPipe pathFromEnv:CompletionSupport.Test found:false
348360Path CompletionSupport.Test.
349361[{
350362 "label": "CompletionSupport.Test.add",
@@ -374,6 +386,7 @@ ContextPath Value[notAliased]
374386Path notAliased
375387CPPipe env:CompletionPipeChain
376388CPPipe type path:CompletionSupport.Test.t
389+ CPPipe pathFromEnv:CompletionSupport.Test found:false
377390Path CompletionSupport.Test.
378391[{
379392 "label": "CompletionSupport.Test.add",
@@ -410,6 +423,7 @@ ContextPath Value[props]
410423Path props
411424CPPipe env:CompletionPipeChain envFromCompletionItem:CompletionSupport.Nested
412425CPPipe type path:ReactDOM.Client.Root.t
426+ CPPipe pathFromEnv:ReactDOM.Client.Root found:false
413427Path CompletionSupport.ReactDOM.Client.Root.ren
414428[]
415429
@@ -428,6 +442,7 @@ ContextPath Value[root]
428442Path root
429443CPPipe env:CompletionPipeChain
430444CPPipe type path:ReactDOM.Client.Root.t
445+ CPPipe pathFromEnv:ReactDOM.Client.Root found:false
431446Path ReactDOM.Client.Root.ren
432447[{
433448 "label": "ReactDOM.Client.Root.render",
0 commit comments