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.2.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.2.4
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 24, 2021

  1. Don't use _fs.realpathSync.native on windows, a semi-revert of #41292 (

    …#43348)
    
    * Don't use _fs.realpathSync.native on windows, a semi-revert of #41292
    
    * Use useCaseSensitiveFileNames instead
    Orta Therox authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e462dfa View commit details
    Browse the repository at this point in the history
  2. Don't inherit jsdoc tags from overloaded signatures (#43165) (#43180)

    * Don't inherit jsdoc tags from overloaded signatures (#43165)
    
    Previously, when getting jsdoc for signatures, the services layer would
    get the jsdoc tags for the base symbol of a signature if it was
    present. This is fine except when the base was overloaded. In that case,
    the multiple signatures of the overload would all contribute jsdoc,
    which is not correct.
    
    A more correct fix would be to resolve overloads to the base, but
    the compiler doesn't have this capability and adding it or jury-rigging
    it seems like it would be complex, inappropriate for a fix to ship in a
    patch version.
    
    Co-authored-by: Orta Therox <[email protected]>
    
    Co-authored-by: Orta Therox <[email protected]>
    
    * Update baseline
    
    Co-authored-by: Nathan Shively-Sanders <[email protected]>
    Orta Therox and sandersn authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    db13113 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Un-reverse condition (#43385)

    (cherry picked from commit 64f8bbb)
    amcasey authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    0d7b5e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Only catalog types when tracing (#43446)

    (cherry picked from commit 9fd2b48)
    amcasey authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6b33949 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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