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
Refactor analysis CLI helpers to use source input (#8466)
* Refactor analysis CLI helpers to use source input
Move document symbols and interface generation behind CLI helpers that
operate on source content instead of reading files internally. Thread
parsed max inlay hint length as an option, pass preloaded CMT data into
code actions.
Update the DocTemplate expected output for the new CMT lookup message
emitted during non-compiled code action tests.
* add condition to print `can't find module XX`
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
- Remove dead and unreachable compiler error and warning variants; add fixtures for the ones found to be reachable. https://github.com/rescript-lang/rescript/pull/8459
65
65
- Convert OCaml codebase to snake case format. https://github.com/rescript-lang/rescript/pull/8456
66
66
- Analysis refactor: remove global state `Shared_types.state`. https://github.com/rescript-lang/rescript/pull/8465
67
-
67
+
- Refactor analysis CLI helpers to use source input. https://github.com/rescript-lang/rescript/pull/8466
0 commit comments