Skip to content

Commit 10be3b4

Browse files
committed
tweak test
1 parent 6a11330 commit 10be3b4

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

analysis/tests/src/Debug.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
let m = Belt.List.map
2-
// ^deb
2+
// ^deb

analysis/tests/src/expected/Debug.res.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Debug tests/src/Debug.res 0:4
1+
Debug tests/src/Debug.res 0:20
22
Dependencies: @rescript/react
33
Source directories: tests/node_modules/@rescript/react/./src tests/node_modules/@rescript/react/./src/legacy
44
Source files: tests/node_modules/@rescript/react/./src/React.res tests/node_modules/@rescript/react/./src/ReactDOM.res tests/node_modules/@rescript/react/./src/ReactDOMServer.res tests/node_modules/@rescript/react/./src/ReactDOMStyle.res tests/node_modules/@rescript/react/./src/ReactEvent.res tests/node_modules/@rescript/react/./src/ReactEvent.resi tests/node_modules/@rescript/react/./src/ReactTestUtils.res tests/node_modules/@rescript/react/./src/ReactTestUtils.resi tests/node_modules/@rescript/react/./src/RescriptReactErrorBoundary.res tests/node_modules/@rescript/react/./src/RescriptReactErrorBoundary.resi tests/node_modules/@rescript/react/./src/RescriptReactRouter.res tests/node_modules/@rescript/react/./src/RescriptReactRouter.resi tests/node_modules/@rescript/react/./src/legacy/ReactDOMRe.res tests/node_modules/@rescript/react/./src/legacy/ReasonReact.res
@@ -26,10 +26,14 @@ Impl cmt:tests/lib/bs/./src/TypeDefinition.cmt res:tests/src/TypeDefinition.res
2626
Dependency dirs: tests/node_modules/@rescript/react/lib/bs/./src tests/node_modules/@rescript/react/lib/bs/./src/legacy
2727
Opens from bsconfig:
2828
locItems:
29-
0:4-0:5 Typed m (Belt.List.t<'a>, 'a => 'b) => Belt.List.t<'b> (Definition Value)
30-
[ref] Typed Definition stamp:1002 tip:Value
31-
[ref] Declared m
32-
[ref] exported, looking for alternate Debug
33-
[ref] alternateDeclared for Debug not found
34-
null
29+
0:18-0:21 Typed map (Belt.List.t<'a>, 'a => 'b) => Belt.List.t<'b> GlobalReference
30+
[ref] Global defn Belt List.map : Value
31+
FINDING docs for module Impl cmt:tests/node_modules/rescript/lib/ocaml/belt.cmt res:tests/node_modules/rescript/lib/ocaml/belt.ml
32+
FINDING tests/node_modules/rescript/lib/ocaml/belt.cmt uri belt.ml
33+
FINDING docs for module Impl cmt:tests/node_modules/rescript/lib/ocaml/belt_List.cmti res:tests/node_modules/rescript/lib/ocaml/belt_List.mli
34+
FINDING tests/node_modules/rescript/lib/ocaml/belt_List.cmti uri belt_List.mli
35+
[ref] Got stamp 1024
36+
[ref] alternateDeclared for Belt_List not found
37+
[ref] Inner uri belt_List.mli
38+
{"uri": "belt_List.mli", "range": {"start": {"line": 239, "character": 4}, "end": {"line": 239, "character": 7}}}
3539

0 commit comments

Comments
 (0)