Commit ae0698d
Fix SolutionBuilder watches (#1003)
* Fix simple run to start with
* Try with --watch
* More fixes
* Tests for errors
* Add back the deleted code
* More changes to provide correct errors
* Update file only if text is different from existing file text and handle watch
* Update index.ts
* Update index.ts
* Remove error duplication in case of syntax errors
* Add test for watch
* tsbuildinfo files for referenced projects
* Add alias loader so its easy to run from command line
* Fix incorrect scheduling of the next build and fix copy for tests to write new files
* Set tsbuildinfo as asset only if emitting the file from referenced project
* Add support when the file is referenced indirectly from project
* Support when referenced project is already built
* Additional guidance for no emit when referenced file build is failed
* Solution errors per module1 parent bfa48c7 commit ae0698d
File tree
160 files changed
+7031
-343
lines changed- src
- test/comparison-tests
- projectReferencesNoSourceMap
- expectedOutput-3.6
- projectReferencesNotBuilt_ErrorInProject
- expectedOutput-3.6
- lib
- projectReferencesNotBuilt_SemanticErrorInReference
- expectedOutput-3.6
- lib
- projectReferencesNotBuilt_SyntaxErrorInReference
- expectedOutput-3.6
- lib
- projectReferencesNotBuilt
- expectedOutput-3.6
- projectReferencesOutDir
- expectedOutput-3.6
- projectReferencesRootDir
- expectedOutput-3.6
- projectReferencesWatchRefWithTwoFilesAlreadyBuilt
- expectedOutput-3.6
- patch0
- patch1
- patch2
- libOutput
- lib
- patch0/lib
- patch1/lib
- patch2
- projectReferencesWatchRefWithTwoFiles
- expectedOutput-3.6
- patch0
- patch1
- lib
- patch0/lib
- patch1
- projectReferencesWatch
- expectedOutput-3.6
- patch0
- patch1
- patch2
- patch3
- patch4
- patch5
- lib
- patch0/lib
- patch1
- patch2/lib
- patch3/lib
- patch4
- patch5
- projectReferences
- expectedOutput-3.6
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
160 files changed
+7031
-343
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
198 | | - | |
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
| |||
256 | 258 | | |
257 | 259 | | |
258 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
259 | 331 | | |
260 | 332 | | |
261 | 333 | | |
| |||
287 | 359 | | |
288 | 360 | | |
289 | 361 | | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
290 | 404 | | |
291 | 405 | | |
292 | 406 | | |
| |||
0 commit comments