You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Accept both `@ns.doc` and the new `@res.doc` for the internal representation of doc comments. And both `@ns.optional` and `@res.optional` for the optional fields. https://github.com/rescript-lang/rescript-vscode/pull/642
Copy file name to clipboardexpand all lines: analysis/tests/src/expected/DocComments.res.txt
+3
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,6 @@ Hover src/DocComments.res 33:9
10
10
Hover src/DocComments.res 44:6
11
11
{"contents": {"kind": "markdown", "value": "```rescript\nint\n```\n\n\n Doc comment with a triple-backquote example\n \n ```res example\n let a = 10\n let b = 20\n ```\n"}}
0 commit comments