Commit 2d5331e
committed
Handle cases when npm install doesnt get triggered with the actual file added
Fixes microsoft#195971 parent 1a7a587 commit 2d5331eCopy full SHA for 2d5331e
4 files changed
+144-11Lines changed: 144 additions & 11 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- compiler
- harness
- unittests
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/compiler/resolutionCache.ts
Copy file name to clipboardExpand all lines: src/compiler/resolutionCache.ts+18-4Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
320 | 320 | |
321 | 321 | |
322 | 322 | |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
323 | 327 | |
324 | 328 | |
325 | 329 | |
| ||
560 | 564 | |
561 | 565 | |
562 | 566 | |
563 | | - |
564 | | - |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
565 | 581 | |
566 | | - |
567 | | - |
568 | 582 | |
569 | 583 | |
570 | 584 | |
|
Collapse file
src/harness/unittests/tscWatchMode.ts
Copy file name to clipboardExpand all lines: src/harness/unittests/tscWatchMode.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1988 | 1988 | |
1989 | 1989 | |
1990 | 1990 | |
1991 | | - |
| 1991 | + |
1992 | 1992 | |
1993 | 1993 | |
1994 | 1994 | |
|
Collapse file
src/harness/unittests/tsserverProjectSystem.ts
Copy file name to clipboardExpand all lines: src/harness/unittests/tsserverProjectSystem.ts+111Lines changed: 111 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3445 | 3445 | |
3446 | 3446 | |
3447 | 3447 | |
| 3448 | + |
| 3449 | + |
| 3450 | + |
| 3451 | + |
| 3452 | + |
| 3453 | + |
| 3454 | + |
| 3455 | + |
| 3456 | + |
| 3457 | + |
| 3458 | + |
| 3459 | + |
| 3460 | + |
| 3461 | + |
| 3462 | + |
| 3463 | + |
| 3464 | + |
| 3465 | + |
| 3466 | + |
| 3467 | + |
| 3468 | + |
| 3469 | + |
| 3470 | + |
| 3471 | + |
| 3472 | + |
| 3473 | + |
| 3474 | + |
| 3475 | + |
| 3476 | + |
| 3477 | + |
| 3478 | + |
| 3479 | + |
| 3480 | + |
| 3481 | + |
| 3482 | + |
| 3483 | + |
| 3484 | + |
| 3485 | + |
| 3486 | + |
| 3487 | + |
| 3488 | + |
| 3489 | + |
| 3490 | + |
| 3491 | + |
| 3492 | + |
| 3493 | + |
| 3494 | + |
| 3495 | + |
| 3496 | + |
| 3497 | + |
| 3498 | + |
| 3499 | + |
| 3500 | + |
| 3501 | + |
| 3502 | + |
| 3503 | + |
| 3504 | + |
| 3505 | + |
| 3506 | + |
| 3507 | + |
| 3508 | + |
| 3509 | + |
| 3510 | + |
| 3511 | + |
| 3512 | + |
| 3513 | + |
| 3514 | + |
| 3515 | + |
| 3516 | + |
| 3517 | + |
| 3518 | + |
| 3519 | + |
| 3520 | + |
| 3521 | + |
| 3522 | + |
| 3523 | + |
| 3524 | + |
| 3525 | + |
| 3526 | + |
| 3527 | + |
| 3528 | + |
| 3529 | + |
| 3530 | + |
| 3531 | + |
| 3532 | + |
| 3533 | + |
| 3534 | + |
| 3535 | + |
| 3536 | + |
| 3537 | + |
| 3538 | + |
| 3539 | + |
| 3540 | + |
| 3541 | + |
| 3542 | + |
| 3543 | + |
| 3544 | + |
| 3545 | + |
| 3546 | + |
| 3547 | + |
| 3548 | + |
| 3549 | + |
| 3550 | + |
| 3551 | + |
| 3552 | + |
| 3553 | + |
| 3554 | + |
| 3555 | + |
| 3556 | + |
| 3557 | + |
| 3558 | + |
3448 | 3559 | |
3449 | 3560 | |
3450 | 3561 | |
|
Collapse file
src/harness/virtualFileSystemWithWatch.ts
Copy file name to clipboardExpand all lines: src/harness/virtualFileSystemWithWatch.ts+14-6Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
226 | 226 | |
227 | 227 | |
228 | 228 | |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
229 | 234 | |
230 | 235 | |
231 | 236 | |
| ||
270 | 275 | |
271 | 276 | |
272 | 277 | |
273 | | - |
| 278 | + |
274 | 279 | |
275 | 280 | |
276 | 281 | |
| ||
291 | 296 | |
292 | 297 | |
293 | 298 | |
294 | | - |
| 299 | + |
295 | 300 | |
296 | 301 | |
297 | 302 | |
| ||
314 | 319 | |
315 | 320 | |
316 | 321 | |
317 | | - |
| 322 | + |
318 | 323 | |
319 | 324 | |
320 | 325 | |
| ||
331 | 336 | |
332 | 337 | |
333 | 338 | |
334 | | - |
| 339 | + |
335 | 340 | |
336 | 341 | |
337 | 342 | |
338 | 343 | |
339 | | - |
| 344 | + |
340 | 345 | |
341 | 346 | |
342 | 347 | |
| ||
365 | 370 | |
366 | 371 | |
367 | 372 | |
368 | | - |
| 373 | + |
369 | 374 | |
370 | 375 | |
371 | 376 | |
| 377 | + |
| 378 | + |
| 379 | + |
372 | 380 | |
373 | 381 | |
374 | 382 | |
|
0 commit comments