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.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: v3.4.4
Choose a head ref
  • 7 commits
  • 34 files changed
  • 4 contributors

Commits on Apr 12, 2019

  1. Merge pull request #30734 from andrewbranch/bug/30664 (#30892)

    Fall back from `globalReadonlyArrayType` to `globalArrayType` when transpiling
    andrewbranch authored and RyanCavanaugh committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    1871048 View commit details
    Browse the repository at this point in the history
  2. Cherry-pick bug fix #30758 for 3.4 (#30881)

    <!--
    Thank you for submitting a pull request!
    
    Here's a checklist you might find useful.
    * [ ] There is an associated issue that is labeled 'Bug' or 'help wanted'
    * [ ] Code is up-to-date with the `master` branch
    * [ ] You've successfully run `gulp runtests` locally
    * [ ] There are new or updated unit tests validating the change
    
    Refer to CONTRIBUTING.MD for more details.
      https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md
    -->
    
    Fixes #30647
    
    Upstream bugfix cherry-picked for patch release on version 3.4.
    
    See original bug for discussion: #30647 (comment)
    squirly authored and RyanCavanaugh committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    95e649a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Port PR #30877 (#30904)

    Ports #30877 to release-3.4
    RyanCavanaugh authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4c6ac3e View commit details
    Browse the repository at this point in the history
  2. Port #30856 & #30963 (#30966)

    * Merge pull request #30856 from Microsoft/nonInferrableType
    
    Add a proper non-inferrable type
    
    * Merge pull request #30963 from Microsoft/fixObjectFlagsPropagation
    
    Fix object flags propagation
    RyanCavanaugh authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e0f136b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30857 from Microsoft/fixInferenceToIntersection (#…

    …30968)
    
    Fix inference to intersections
    RyanCavanaugh authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f0de46b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    a1d91c9 View commit details
    Browse the repository at this point in the history
  2. Update LKG.

    DanielRosenwasser committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    635fdf8 View commit details
    Browse the repository at this point in the history
Loading