Skip to content

Commit 268485c

Browse files
authored
Merge pull request #3868 from reasonableconsulting/changes-for-rls
Changes for reason-language-server
2 parents 07e6357 + 218c1bd commit 268485c

File tree

6 files changed

+3
-295
lines changed

6 files changed

+3
-295
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,4 @@ jscomp/outcome_printer/reason_syntax_util.mli
141141
jscomp/bin/all_ounit_tests.ml
142142
native/
143143
vendor/ocaml
144+
jscomp/.lsp

jscomp/.merlin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ S outcome_printer
2222
B outcome_printer
2323

2424
PKG compiler-libs.common
25-
# B +compiler-libs
25+
B +compiler-libs
2626

2727

2828
# S runtime

jscomp/build_sorted.ml

Lines changed: 0 additions & 233 deletions
This file was deleted.

jscomp/jsgen_main.ml

Lines changed: 0 additions & 57 deletions
This file was deleted.

jscomp/rollup_test.ml

Lines changed: 0 additions & 3 deletions
This file was deleted.

scripts/ninja.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ rule ocamlmklib
16091609
rule mk_keywords
16101610
command = $ocaml $in
16111611
generator = true
1612-
build ext/js_reserved_map.ml: mk_keywords build_sorted.ml keywords.list
1612+
build ext/js_reserved_map.ml: mk_keywords keywords.list
16131613
16141614
build stubs/libbs_hash.a stubs/dllbs_hash.so: ocamlmklib stubs/ext_basic_hash_stubs.o
16151615
name = stubs/bs_hash

0 commit comments

Comments
 (0)