File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
tests-generic-jsx-transform/src/expected Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-tests-generic-jsx-transform:
7
7
make -C tests-generic-jsx-transform build
8
8
9
9
build-tests-incremental-typechecking :
10
- make -C tests-generic-jsx-transform build
10
+ make -C tests-incremental-typechecking build
11
11
12
12
build-reanalyze :
13
13
make -C reanalyze build
@@ -19,7 +19,8 @@ dce: build-analysis-binary
19
19
20
20
test-analysis-binary :
21
21
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
23
24
24
25
test-reanalyze :
25
26
make -C reanalyze test
Original file line number Diff line number Diff line change @@ -99,13 +99,10 @@ posCursor:[20:24] posNoWhite:[20:23] Found expr:[16:1->22:10]
99
99
posCursor:[20:24] posNoWhite:[20:23] Found expr:[17:5->22:10]
100
100
JSX <div:[17:5->17:8] > _children:17:8
101
101
posCursor:[20:24] posNoWhite:[20:23] Found expr:[17:8->22:4]
102
- Pexp_construct :::[18:7->22:4] [18:7->22:4]
103
102
posCursor:[20:24] posNoWhite:[20:23] Found expr:[18:7->22:4]
104
103
posCursor:[20:24] posNoWhite:[20:23] Found expr:[19:7->22:4]
105
- Pexp_construct :::[19:7->22:4] [19:7->22:4]
106
104
posCursor:[20:24] posNoWhite:[20:23] Found expr:[19:7->22:4]
107
105
posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->22:4]
108
- Pexp_construct :::[20:10->22:4] [20:10->22:4]
109
106
posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->22:4]
110
107
posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->20:24]
111
108
Completable: Cpath Value[someString]->st <<jsx>>
You can’t perform that action at this time.
0 commit comments