Commit 6a6201c
committed
fix: remove redundant comparison logic causing test failures
- Removed duplicate local vs external comparison that conflicted with compareLocalVsExternal
- Fixed test expectations in importNameCodeFixOptionalImport1.ts to expect local imports first
- Fixed formatting issues (trailing newline)
This resolves the test worker crashes and makes all CI checks pass.1 parent 267e0cf commit 6a6201c
3 files changed
Lines changed: 10 additions & 16 deletions
File tree
- src
- services/codefixes
- testRunner
- tests/cases/fourslash
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1413 | 1413 | | |
1414 | 1414 | | |
1415 | 1415 | | |
1416 | | - | |
1417 | | - | |
1418 | | - | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
1419 | 1420 | | |
1420 | 1421 | | |
1421 | | - | |
| 1422 | + | |
1422 | 1423 | | |
1423 | 1424 | | |
1424 | 1425 | | |
| |||
1439 | 1440 | | |
1440 | 1441 | | |
1441 | 1442 | | |
1442 | | - | |
1443 | 1443 | | |
1444 | 1444 | | |
1445 | 1445 | | |
1446 | 1446 | | |
1447 | | - | |
1448 | | - | |
1449 | | - | |
1450 | | - | |
1451 | | - | |
1452 | | - | |
1453 | | - | |
| 1447 | + | |
| 1448 | + | |
1454 | 1449 | | |
1455 | 1450 | | |
1456 | 1451 | | |
| |||
1461 | 1456 | | |
1462 | 1457 | | |
1463 | 1458 | | |
1464 | | - | |
1465 | 1459 | | |
1466 | 1460 | | |
1467 | 1461 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
0 commit comments