Skip to content

Commit df29b18

Browse files
committed
Remove unused constants
1 parent cecf7c4 commit df29b18

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

server/src/constants.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ export let platformDir =
77
// See https://microsoft.github.io/language-server-protocol/specification Abstract Message
88
// version is fixed to 2.0
99
export let jsonrpcVersion = "2.0";
10-
export let platformPath = path.join("rescript", platformDir);
11-
export let nodeModulesPlatformPath = path.join("node_modules", platformPath);
10+
1211
export let bscExeName = "bsc.exe";
1312
export let editorAnalysisName = "rescript-editor-analysis.exe";
14-
export let bscNativeReScriptPartialPath = path.join(
15-
nodeModulesPlatformPath,
16-
bscExeName
17-
);
1813

1914
export let builtinAnalysisDevPath = path.join(
2015
path.dirname(__dirname),

0 commit comments

Comments
 (0)