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 2258d8e commit 628dc75Copy full SHA for 628dc75
server/src/constants.ts
@@ -8,9 +8,7 @@ export let platformDir =
8
// version is fixed to 2.0
9
export let jsonrpcVersion = "2.0";
10
11
-export let bscExeName = "bsc.exe";
12
export let editorAnalysisName = "rescript-editor-analysis.exe";
13
-
14
export let builtinAnalysisDevPath = path.join(
15
path.dirname(__dirname),
16
"..",
0 commit comments