File tree 3 files changed +9
-2
lines changed
analysis/tests/src/expected
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1403,6 +1403,12 @@ Completable: Cpath Value[T]
1403
1403
"tags": [],
1404
1404
"detail": "file module",
1405
1405
"documentation": null
1406
+ }, {
1407
+ "label": "TypeContextCompletion",
1408
+ "kind": 9,
1409
+ "tags": [],
1410
+ "detail": "file module",
1411
+ "documentation": null
1406
1412
}, {
1407
1413
"label": "TypeDefinition",
1408
1414
"kind": 9,
Original file line number Diff line number Diff line change 1
1
DCE src/Dce.res
2
- issues:235
2
+ issues:241
3
3
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Dependencies: @rescript/react
4
4
Source directories: ./node_modules/@rescript/react/src ./node_modules/@rescript/react/src/legacy
5
5
Source files: ./node_modules/@rescript/react/src/React.res ./node_modules/@rescript/react/src/ReactDOM.res ./node_modules/@rescript/react/src/ReactDOMServer.res ./node_modules/@rescript/react/src/ReactDOMStyle.res ./node_modules/@rescript/react/src/ReactEvent.res ./node_modules/@rescript/react/src/ReactEvent.resi ./node_modules/@rescript/react/src/ReactTestUtils.res ./node_modules/@rescript/react/src/ReactTestUtils.resi ./node_modules/@rescript/react/src/RescriptReactErrorBoundary.res ./node_modules/@rescript/react/src/RescriptReactErrorBoundary.resi ./node_modules/@rescript/react/src/RescriptReactRouter.res ./node_modules/@rescript/react/src/RescriptReactRouter.resi ./node_modules/@rescript/react/src/legacy/ReactDOMRe.res ./node_modules/@rescript/react/src/legacy/ReasonReact.res
6
6
Source directories: ./src ./src/expected
7
- Source files: ./src/Auto.res ./src/CompletePrioritize1.res ./src/CompletePrioritize2.res ./src/Completion.res ./src/Component.res ./src/Component.resi ./src/CreateInterface.res ./src/Cross.res ./src/Dce.res ./src/Debug.res ./src/Definition.res ./src/DefinitionWithInterface.res ./src/DefinitionWithInterface.resi ./src/Div.res ./src/DocumentSymbol.res ./src/Fragment.res ./src/Highlight.res ./src/Hover.res ./src/Jsx.res ./src/Jsx.resi ./src/LongIdentTest.res ./src/Object.res ./src/Patterns.res ./src/RecModules.res ./src/RecordCompletion.res ./src/RecoveryOnProp.res ./src/References.res ./src/ReferencesWithInterface.res ./src/ReferencesWithInterface.resi ./src/Rename.res ./src/RenameWithInterface.res ./src/RenameWithInterface.resi ./src/TableclothMap.ml ./src/TableclothMap.mli ./src/TypeDefinition.res ./src/Xform.res
7
+ Source files: ./src/Auto.res ./src/CompletePrioritize1.res ./src/CompletePrioritize2.res ./src/Completion.res ./src/Component.res ./src/Component.resi ./src/CreateInterface.res ./src/Cross.res ./src/Dce.res ./src/Debug.res ./src/Definition.res ./src/DefinitionWithInterface.res ./src/DefinitionWithInterface.resi ./src/Div.res ./src/DocumentSymbol.res ./src/Fragment.res ./src/Highlight.res ./src/Hover.res ./src/Jsx.res ./src/Jsx.resi ./src/LongIdentTest.res ./src/Object.res ./src/Patterns.res ./src/RecModules.res ./src/RecordCompletion.res ./src/RecoveryOnProp.res ./src/References.res ./src/ReferencesWithInterface.res ./src/ReferencesWithInterface.resi ./src/Rename.res ./src/RenameWithInterface.res ./src/RenameWithInterface.resi ./src/TableclothMap.ml ./src/TableclothMap.mli ./src/TypeContextCompletion.res ./src/ TypeDefinition.res ./src/Xform.res
8
8
Impl cmt:./lib/bs/src/Auto.cmt res:./src/Auto.res
9
9
Impl cmt:./lib/bs/src/CompletePrioritize1.cmt res:./src/CompletePrioritize1.res
10
10
Impl cmt:./lib/bs/src/CompletePrioritize2.cmt res:./src/CompletePrioritize2.res
@@ -33,6 +33,7 @@ IntfAndImpl cmti:./lib/bs/src/ReferencesWithInterface.cmti resi:./src/References
33
33
Impl cmt:./lib/bs/src/Rename.cmt res:./src/Rename.res
34
34
IntfAndImpl cmti:./lib/bs/src/RenameWithInterface.cmti resi:./src/RenameWithInterface.resi cmt:./lib/bs/src/RenameWithInterface.cmt res:./src/RenameWithInterface.res
35
35
IntfAndImpl cmti:./lib/bs/src/TableclothMap.cmti resi:./src/TableclothMap.mli cmt:./lib/bs/src/TableclothMap.cmt res:./src/TableclothMap.ml
36
+ Impl cmt:./lib/bs/src/TypeContextCompletion.cmt res:./src/TypeContextCompletion.res
36
37
Impl cmt:./lib/bs/src/TypeDefinition.cmt res:./src/TypeDefinition.res
37
38
Impl cmt:./lib/bs/src/Xform.cmt res:./src/Xform.res
38
39
Dependency dirs: ./node_modules/@rescript/react/lib/bs/src ./node_modules/@rescript/react/lib/bs/src/legacy
You can’t perform that action at this time.
0 commit comments