Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/TypeScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.2
Choose a base ref
...
head repository: microsoft/TypeScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.3
Choose a head ref
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 8, 2019

  1. Create an ATA cache per patch version of TS

    Previously, we created one cache per minor version. This changes allows
    us to invalidate the ATA cache by releasing a new patch version of
    Typescript.
    sandersn committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b71f803 View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.4.3

    sandersn committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    30f04a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30814 from Microsoft/cache-ata-per-patch-version

    Cache ATA per patch version
    sandersn authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    aac3e52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dac846 View commit details
    Browse the repository at this point in the history
  5. Update LKG.

    DanielRosenwasser committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    d795b8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eb4739 View commit details
    Browse the repository at this point in the history
Loading