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

Api for tsc --build and --incremental #31432

Merged
merged 44 commits into from Jun 5, 2019
Merged

Api for tsc --build and --incremental #31432

merged 44 commits into from Jun 5, 2019

Commits on Apr 29, 2019

  1. Copy the full SHA
    5443447 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1de70de View commit details
    Browse the repository at this point in the history
  3. Remove unused variable

    sheetalkamat committed Apr 29, 2019
    Copy the full SHA
    b9eeaab View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3e77b96 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    845f67a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e9d4e0b View commit details
    Browse the repository at this point in the history
  7. Remove getUpToDateStatusOfFile from solution builder since that tes…

    …t anyways is tested with the --watch mode
    sheetalkamat committed Apr 29, 2019
    Copy the full SHA
    9236502 View commit details
    Browse the repository at this point in the history
  8. Remove usage of fileMap for output unchanged timestamp modification a…

    …nd simplify to use configFileMap
    sheetalkamat committed Apr 29, 2019
    Copy the full SHA
    b42e76b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    d4474a5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    c615d48 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    50741e6 View commit details
    Browse the repository at this point in the history
  12. Make FileMap Apis to match map but just ensure that keys are always p…

    …aths
    
    Turn projectPendingBuild to config file map
    sheetalkamat committed Apr 29, 2019
    Copy the full SHA
    579d2bf View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    05257e8 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    fd6773f View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    11b21fb View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    65ed413 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    ddee617 View commit details
    Browse the repository at this point in the history
  18. Instead of having two separate paths for building projects, (build al…

    …l or invalidated use single path)
    sheetalkamat committed Apr 29, 2019
    Copy the full SHA
    4b572be View commit details
    Browse the repository at this point in the history
  19. More refactoring

    sheetalkamat committed Apr 29, 2019
    Copy the full SHA
    04a972b View commit details
    Browse the repository at this point in the history
  20. Remove resetBuildContext

    sheetalkamat committed Apr 29, 2019
    Copy the full SHA
    1a75c62 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Copy the full SHA
    9ba4ab1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Copy the full SHA
    5b361c8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e8074f7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3da4796 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5c18513 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0a25524 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    71b190a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Copy the full SHA
    f017433 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Copy the full SHA
    6227fab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5270b7e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e4fe4ac View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9f9ae00 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Move towards BuildInvalidatedProject api where one can query program …

    …and perform its operations
    sheetalkamat committed May 9, 2019
    Copy the full SHA
    f0b7e08 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8c489bf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    97fcea1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b3dac18 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Copy the full SHA
    f069534 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d7c3b5e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Copy the full SHA
    89d1475 View commit details
    Browse the repository at this point in the history
  2. Always emit tsbuild info if path says so (irrespecitive of if there e…

    …xists bundle and project)
    sheetalkamat committed May 15, 2019
    Copy the full SHA
    629bc0c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0cb980d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Copy the full SHA
    ec4ea0e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    138f757 View commit details
    Browse the repository at this point in the history
  3. Make more build options internal which correspond to internal compile…

    …r options
    
    Also fix return type of readBuilderProgram
    sheetalkamat committed May 16, 2019
    Copy the full SHA
    098c900 View commit details
    Browse the repository at this point in the history