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: v4.0.3
Choose a base ref
...
head repository: microsoft/TypeScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.5
Choose a head ref
  • 8 commits
  • 28 files changed
  • 9 contributors

Commits on Sep 22, 2020

  1. fix(40640) add missing notApplicableReason in protocol (#40680) (#40688)

    * update protocol
    
    * fix lint error
    
    Co-authored-by: Jesse Trinity <jesse.trinity@microsoft.com>
    DanielRosenwasser and jessetrinity authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    e9d8ccb View commit details
    Browse the repository at this point in the history
  2. Backport package-lock infra changes to 4.0

    From #40146
    Fixes #40692
    amcasey committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    a76f015 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #40703 from amcasey/NpmCi40

    Backport package-lock infra changes to 4.0
    amcasey authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    91628ac View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Cherry-pick PR #40880 into release-4.0 (#41107)

    Component commits:
    ca35546 Add test that fails
    
    c7b5005 Handle noEmit on semantic builder's emit as well
    
    6a05abd Add test for tsbuildinfo text verification
    
    8bae521 Fix noEmit handling for tsbuildinfo emit with SemanticDiagnosticBuilder
    
    0fd4a08 Add test for noEmitOnError with SemanticDiagnosticsBuilder
    
    4fa1d78 Fix tsbuildinfo emit with SemanticDiagnosticsBuilder on noEmitOnError
    
    a3968e7 Update src/compiler/builder.ts
    Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
    174b00a Update src/compiler/builder.ts
    
    Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
    TypeScript Bot and sheetalkamat authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    60ad73d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

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

Commits on Oct 22, 2020

  1. Pick/41079/release 4.0 (#41204)

    * Cherry-pick PR #41079 into release-4.0
    
    Component commits:
    6fa32ba `transformGenerators`: handle `CommaListExpression`
    Uses essentially the same code as `visitCommaExpression` (which was
    moved, to keep both together and close to
    `visit{Right,Left}AssociativeBinaryExpression`).
    
    Fixes #40614.
    
    * Accepted baselines.
    
    Co-authored-by: Eli Barzilay <eli@barzilay.org>
    DanielRosenwasser and elibarzilay authored Oct 22, 2020
    1 Configuration menu
    Copy the full SHA
    2c0e966 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Update LKG

    DanielRosenwasser committed Oct 23, 2020
    1 Configuration menu
    Copy the full SHA
    4f78376 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    524480f View commit details
    Browse the repository at this point in the history
Loading