Skip to content

Commit 2a58da3

Browse files
committed
fix
1 parent d052642 commit 2a58da3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

analysis/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-tests-generic-jsx-transform:
77
make -C tests-generic-jsx-transform build
88

99
build-tests-incremental-typechecking:
10-
make -C tests-generic-jsx-transform build
10+
make -C tests-incremental-typechecking build
1111

1212
build-reanalyze:
1313
make -C reanalyze build
@@ -19,7 +19,8 @@ dce: build-analysis-binary
1919

2020
test-analysis-binary:
2121
make -C tests test
22-
make -C tests-generic-jsx-transform test tests-incremental-typechecking
22+
make -C tests-generic-jsx-transform test
23+
make -C tests-incremental-typechecking test
2324

2425
test-reanalyze:
2526
make -C reanalyze test

analysis/tests-generic-jsx-transform/src/expected/GenericJsxCompletion.res.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,10 @@ posCursor:[20:24] posNoWhite:[20:23] Found expr:[16:1->22:10]
9999
posCursor:[20:24] posNoWhite:[20:23] Found expr:[17:5->22:10]
100100
JSX <div:[17:5->17:8] > _children:17:8
101101
posCursor:[20:24] posNoWhite:[20:23] Found expr:[17:8->22:4]
102-
Pexp_construct :::[18:7->22:4] [18:7->22:4]
103102
posCursor:[20:24] posNoWhite:[20:23] Found expr:[18:7->22:4]
104103
posCursor:[20:24] posNoWhite:[20:23] Found expr:[19:7->22:4]
105-
Pexp_construct :::[19:7->22:4] [19:7->22:4]
106104
posCursor:[20:24] posNoWhite:[20:23] Found expr:[19:7->22:4]
107105
posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->22:4]
108-
Pexp_construct :::[20:10->22:4] [20:10->22:4]
109106
posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->22:4]
110107
posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->20:24]
111108
Completable: Cpath Value[someString]->st <<jsx>>

0 commit comments

Comments
 (0)