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
base: v3.1.3
Choose a base ref
...
head repository: microsoft/TypeScript
compare: v3.1.4
Choose a head ref
  • 8 commits
  • 42 files changed
  • 5 contributors

Commits on Oct 24, 2018

  1. Fix bug: Ensure JSDoc type range is valid (#27343) (#28008)

    * Fix bug: Ensure JSDoc type range is valid
    
    * Have scanJsDocToken scan keywords (#27162)
    
    * Have scanJsDocToken scan keywords
    
    * Update API
    
    * Add 'no-unnecessary-type-assertion' tslint disables
    Andy committed Oct 24, 2018
    Copy the full SHA
    ca6e2e7 View commit details
    Browse the repository at this point in the history
  2. Fix tests for node 11 (#28108)

    1. Sort is now stable in node 11, which exposed a lack in the sorting of
    nested ranges. Ranges now sort based on last ending if the start
    positions are the same. This means nested ranges sort the
    containing range first, even if a range contains another range that
    starts at the same position.
    2. Symbol has a new member description which can't be accessed through
    the prototype. In addition, Array now has flat and flatMap, which I
    excluded to keep baselines the same between Node 6-11.
    sandersn committed Oct 24, 2018
    Copy the full SHA
    2cd9eba View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. configurePlugins command for tsserver

    Implements #18604
    minestarks committed Oct 26, 2018
    Copy the full SHA
    4273fd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

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

Commits on Oct 29, 2018

  1. Accept baselines

    minestarks committed Oct 29, 2018
    Copy the full SHA
    9bb87ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28106 from minestarks/configure-plugins

    configurePlugins command for tsserver
    minestarks committed Oct 29, 2018
    Copy the full SHA
    83c38f3 View commit details
    Browse the repository at this point in the history
  3. Bump to 3.1.4.

    DanielRosenwasser committed Oct 29, 2018
    Copy the full SHA
    626303e View commit details
    Browse the repository at this point in the history
  4. Update LKG.

    DanielRosenwasser committed Oct 29, 2018
    Copy the full SHA
    9733858 View commit details
    Browse the repository at this point in the history