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.
1 parent cecf7c4 commit df29b18Copy full SHA for df29b18
server/src/constants.ts
@@ -7,14 +7,9 @@ export let platformDir =
7
// See https://microsoft.github.io/language-server-protocol/specification Abstract Message
8
// version is fixed to 2.0
9
export let jsonrpcVersion = "2.0";
10
-export let platformPath = path.join("rescript", platformDir);
11
-export let nodeModulesPlatformPath = path.join("node_modules", platformPath);
+
12
export let bscExeName = "bsc.exe";
13
export let editorAnalysisName = "rescript-editor-analysis.exe";
14
-export let bscNativeReScriptPartialPath = path.join(
15
- nodeModulesPlatformPath,
16
- bscExeName
17
-);
18
19
export let builtinAnalysisDevPath = path.join(
20
path.dirname(__dirname),
0 commit comments