-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Supports incremental build in tsc --b --w mode #29161
Commits on Dec 21, 2018
-
Use watch factory instead of direct host functions in tsbuild to prov…
…ide detailed information on watch invokations
Configuration menu - View commit details
-
Copy full SHA for 0cabb00 - Browse repository at this point
Copy the full SHA 0cabb00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e05abc - Browse repository at this point
Copy the full SHA 9e05abcView commit details -
Make SolutionBuilder handle BuilderProgram in preparation to handle i…
…ncremental builds
Configuration menu - View commit details
-
Copy full SHA for 48baa42 - Browse repository at this point
Copy the full SHA 48baa42View commit details -
Revert BuilderProgram to be redirected object to Program in preparati…
…on to set Program in state to undefined for storing.
Configuration menu - View commit details
-
Copy full SHA for 56a76d8 - Browse repository at this point
Copy the full SHA 56a76d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69193d9 - Browse repository at this point
Copy the full SHA 69193d9View commit details -
Use oldProgram to create the new Program.
This helps in storing the semantic diagnostics
Configuration menu - View commit details
-
Copy full SHA for 47f5106 - Browse repository at this point
Copy the full SHA 47f5106View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1949bb - Browse repository at this point
Copy the full SHA f1949bbView commit details -
Update the timestamps of outputs that dont need to be written because…
… of incremental build This ensures that after `tsbuild` after incremental build of `tsbuild -w` doesnt result in unnecessary rebuilds
Configuration menu - View commit details
-
Copy full SHA for 7b290fd - Browse repository at this point
Copy the full SHA 7b290fdView commit details
Commits on Dec 22, 2018
-
Handle prepend in incremental build. Always emit when program uses pr…
…oject reference with prepend since it cant tell changes in js/map files
Configuration menu - View commit details
-
Copy full SHA for 0d9038c - Browse repository at this point
Copy the full SHA 0d9038cView commit details
Commits on Dec 26, 2018
-
Write the tests for incremental build and declaration emit errors han…
…dling These will fail since its still TODO
Configuration menu - View commit details
-
Copy full SHA for b360ff7 - Browse repository at this point
Copy the full SHA b360ff7View commit details -
Handle declaration emit errors in tsbuild mode by backing up builder …
…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)
Configuration menu - View commit details
-
Copy full SHA for 69abc12 - Browse repository at this point
Copy the full SHA 69abc12View commit details
Commits on Dec 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 42484b5 - Browse repository at this point
Copy the full SHA 42484b5View commit details
Commits on Jan 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1b37830 - Browse repository at this point
Copy the full SHA 1b37830View commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for abc8618 - Browse repository at this point
Copy the full SHA abc8618View commit details
Commits on Jan 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c1edbb8 - Browse repository at this point
Copy the full SHA c1edbb8View commit details
Commits on Jan 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c909bec - Browse repository at this point
Copy the full SHA c909becView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3943588 - Browse repository at this point
Copy the full SHA 3943588View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff97d86 - Browse repository at this point
Copy the full SHA ff97d86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e745fca - Browse repository at this point
Copy the full SHA e745fcaView commit details
Commits on Jan 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 520e33f - Browse repository at this point
Copy the full SHA 520e33fView commit details
Commits on Jan 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9f3b77a - Browse repository at this point
Copy the full SHA 9f3b77aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbae2cb - Browse repository at this point
Copy the full SHA dbae2cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 900d6f7 - Browse repository at this point
Copy the full SHA 900d6f7View commit details