We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rescript
bs-platform
1 parent 6d8dd3b commit 60933f7Copy full SHA for 60933f7
analysis/src/BuildSystem.ml
@@ -7,11 +7,11 @@ open Infix
7
8
let getBsPlatformDir rootPath =
9
let result =
10
- ModuleResolution.resolveNodeModulePath ~startPath:rootPath "bs-platform"
+ ModuleResolution.resolveNodeModulePath ~startPath:rootPath "rescript"
11
in
12
13
if result = None then
14
- ModuleResolution.resolveNodeModulePath ~startPath:rootPath "rescript"
+ ModuleResolution.resolveNodeModulePath ~startPath:rootPath "bs-platform"
15
else result
16
17
match result with
0 commit comments