Commit 6518260
committed
fix: fall back to lib/bs directory for deps without .sourcedirs.json
Prebuilt dependencies like @rescript/react have .cmt files in lib/bs/
but no .sourcedirs.json. The mtime-based detection introduced in
f178c45 returned None for these, causing the analysis to skip the
dependency entirely and breaking completions for ReactDOM, ReactEvent,
JsxEvent, etc. on macOS CI.1 parent 59b3b3f commit 6518260
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments