Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-3.3] Supports incremental build in tsc --b --w mode #29467

Merged
merged 21 commits into from
Jan 17, 2019

Conversation

sheetalkamat
Copy link
Member

Port #29161 to release-3.3

…ide detailed information on watch invokations
…on to set Program in state to undefined for storing.
This helps in storing the semantic diagnostics
… of incremental build

This ensures that after `tsbuild` after incremental build of `tsbuild -w` doesnt result in unnecessary rebuilds
…oject reference with prepend since it cant tell changes in js/map files
…state

This helps us revert to state where we pretend as if emit is not done (since we do not do emit if there are errors)
@sheetalkamat sheetalkamat changed the base branch from master to release-3.3 January 17, 2019 22:04
@sheetalkamat sheetalkamat merged commit e8ca5b0 into release-3.3 Jan 17, 2019
@sheetalkamat sheetalkamat deleted the incrementalBuild33 branch January 17, 2019 23:18
@Bnaya
Copy link

Bnaya commented Jan 18, 2019

Something that i couldnt figure out from tracking the variues issues:
Dose tsc build supports having different lib settings per project? (Full program isolation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants