-
Notifications
You must be signed in to change notification settings - Fork 19
Conversation
@sheetalkamat Would performance be like that of Start compilers, let them start and listen for changes, then:
Results (as read from the terminal) are very similar, values are ordered 'tsc vs. tsb':
@sheetalkamat I assume the performance of the new gulp-tsb will be very similar to tsc -p src/tsconfig.json --watch
npm run watch
|
@jrieken Yes this would use the same api to create program and update them as watch does with few changes. tsc -w watches files/directories but I wasn't sure how and what to do about that here since I am not very clear on how and when build is invoked. If you look at https://github.com/jrieken/gulp-tsb/pull/74/files#diff-f8924a760912596517f9ae8931e4f7a5R658 and https://github.com/jrieken/gulp-tsb/pull/74/files#diff-f8924a760912596517f9ae8931e4f7a5R662 the implementations currently just keep track of files/directories watched instead of using |
@sheetalkamat Against what version of TS will this run? Is this TS 2.6.x, 2.7, or still to be defined? |
@jrieken this runs against branch from microsoft/TypeScript#20234 which is yet to be merged. |
Closing this in favor of #76 |
This works with the changes of microsoft/TypeScript#20234