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

Project reference support enhancements #1076

Merged
merged 20 commits into from Apr 15, 2020
Merged

Project reference support enhancements #1076

merged 20 commits into from Apr 15, 2020

Commits on Apr 8, 2020

  1. Copy the full SHA
    d662385 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    00d40db View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a3a39e3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d5474b2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f57b8fc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    453ce34 View commit details
    Browse the repository at this point in the history
  7. Fix watching for solution watched files

    Add test that doesnt pass yet.
    This is same as projectReferencesWatch so technically only change should be
    in bundled emit to have out to be lib\out\index.js instead
    sheetalkamat committed Apr 8, 2020
    Copy the full SHA
    35d283c View commit details
    Browse the repository at this point in the history
  8. Dont depend on .d.ts output of the referenced project since we are de…

    …pending on .ts file for that
    
    This fixes initial build to complete in single pass
    sheetalkamat committed Apr 8, 2020
    Copy the full SHA
    cecfc8a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    cdfce32 View commit details
    Browse the repository at this point in the history
  10. Add all the files from composite project as dependencies as any chang…

    …e in them can result in errors resulting in changes to the own output of the file
    sheetalkamat committed Apr 8, 2020
    Copy the full SHA
    bf49856 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    0561a9f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Copy the full SHA
    eb4b4fc View commit details
    Browse the repository at this point in the history
  2. Test on already built

    sheetalkamat committed Apr 9, 2020
    Copy the full SHA
    61e7b3a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e3bd56e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Fix comparison tests where the multiple compilation callbacks were no…

    …t handled so it didnt show correct output
    sheetalkamat committed Apr 10, 2020
    Copy the full SHA
    9d62b44 View commit details
    Browse the repository at this point in the history
  2. Because comparison tests are run only on newer typescript build, buil…

    …d suite during tests instead of commandline to avoid breaking older runs
    sheetalkamat committed Apr 10, 2020
    Copy the full SHA
    6cd9347 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1977b89 View commit details
    Browse the repository at this point in the history
  4. Fix test baselines

    sheetalkamat committed Apr 10, 2020
    Copy the full SHA
    399b60a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Revert multiple compilation stats per patch, has incorrect baseline t…

    …hat doesnt match actual behavior
    
    This reverts commit 9d62b44.
    sheetalkamat committed Apr 13, 2020
    Copy the full SHA
    7b0ec7d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

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