Skip to content

Commit 6d30d8f

Browse files
committed
Run tests on the latest compiler (with old syntax module).
Checked out the syntax submodule as it was at the last compiler release. Used that compiler to run editor tests.
1 parent cc72986 commit 6d30d8f

File tree

4 files changed

+46
-20
lines changed

4 files changed

+46
-20
lines changed

analysis/tests/package-lock.json

+39-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analysis/tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"clean": "rescript clean -with-deps"
55
},
66
"dependencies": {
7-
"rescript": "9.1.2"
7+
"rescript": "file:../../../rescript-compiler-experiments"
88
},
99
"private": true,
1010
"devDependencies": {

analysis/tests/src/expected/Completion.res.txt

-6
Original file line numberDiff line numberDiff line change
@@ -813,12 +813,6 @@ Completable: Cpath Module[For]
813813
"tags": [],
814814
"detail": "module",
815815
"documentation": null
816-
}, {
817-
"label": "Format",
818-
"kind": 9,
819-
"tags": [],
820-
"detail": "file module",
821-
"documentation": null
822816
}]
823817

824818
Complete src/Completion.res 190:11

analysis/tests/src/expected/Jsx.res.txt

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Completable: Cpath Module[M]
4343
"tags": [],
4444
"detail": "file module",
4545
"documentation": null
46+
}, {
47+
"label": "MapLabels",
48+
"kind": 9,
49+
"tags": [],
50+
"detail": "file module",
51+
"documentation": null
4652
}, {
4753
"label": "MoreLabels",
4854
"kind": 9,

0 commit comments

Comments
 (0)