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.7.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: v4.7.3
Choose a head ref
  • 12 commits
  • 94 files changed
  • 11 contributors

Commits on May 25, 2022

  1. Cherry-pick PR #49233 into release-4.7 (#49244)

    Component commits:
    1ab6396 Fix extensions for noDtsResolution in node16/nodenext
    
    Co-authored-by: Andrew Branch <[email protected]>
    TypeScript Bot and andrewbranch authored May 25, 2022
    Configuration menu
    Copy the full SHA
    697df6f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Cherry-pick PR #49252 into release-4.7 (#49272)

    Component commits:
    94cf127 Fix `isVariableDeclarationInitializedToBareOrAccessedRequire` returning true on binding elements
    
    fae1bbe Undo auto format change
    
    Co-authored-by: Andrew Branch <[email protected]>
    TypeScript Bot and andrewbranch authored May 26, 2022
    Configuration menu
    Copy the full SHA
    6e0328a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Cherry-pick PR #49327 into release-4.7 (#49329)

    Component commits:
    79957c1 Fix index fallback of CJS package from ESM-mode import when `main` is present but does not resolve
    
    Co-authored-by: Andrew Branch <[email protected]>
    TypeScript Bot and andrewbranch authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    b24b05b View commit details
    Browse the repository at this point in the history
  2. 🤖 Pick PR #49341 (Fix check in isMappedTypeGenericInd...) into releas…

    …e-4.7 (#49342)
    
    * Cherry-pick PR #49341 into release-4.7
    
    Component commits:
    d347d87 Fix check in isMappedTypeGenericIndexedAccess
    
    e24c6f6 Add regression tests
    
    * Update baselines.
    
    Co-authored-by: Anders Hejlsberg <[email protected]>
    Co-authored-by: Daniel Rosenwasser <[email protected]>
    3 people authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4e91c6c View commit details
    Browse the repository at this point in the history
  3. Cherry-pick PR #49268 into release-4.7 (#49276)

    Component commits:
    5d13ab2 moduleDetection: auto makes cjs files parse as modules, module: node sets moduleDetection: force
    
    Co-authored-by: Wesley Wigham <[email protected]>
    TypeScript Bot and weswigham authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    3551935 View commit details
    Browse the repository at this point in the history
  4. Cherry-pick PR #49246 into release-4.7 (#49250)

    Component commits:
    b846905 Add failing test
    
    66d51e5 Fix the implicit glob key so that recursive keys are not differing just by directory seperator Fixes #49078
    
    f93951f Reset the reload level once program is loaded
    
    Co-authored-by: Sheetal Nandi <[email protected]>
    TypeScript Bot and sheetalkamat authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    197aaef View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Cherry-pick PR #49313 into release-4.7 (#49359)

    Component commits:
    00b7574 fix(49306): add isImportTypeAssertionContainer helper
    
    Co-authored-by: Oleksandr T <[email protected]>
    TypeScript Bot and a-tarasyuk authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c07d883 View commit details
    Browse the repository at this point in the history
  2. Cherry-pick PR #49361 into release-4.7 (#49364)

    Component commits:
    fce9115 Use node's algorithm for calculating the longest matching export/import pattern
    
    Co-authored-by: Wesley Wigham <[email protected]>
    TypeScript Bot and weswigham authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    5f7f0b1 View commit details
    Browse the repository at this point in the history
  3. Pick PR #49356 (Add nightly-only error on ImportType resolution mode …

    …assertion) into release-4.7 (#49365)
    
    * Add nightly-only error on ImportType resolution mode assertion (#49356)
    
    * Add nightly-only error on ImportType resolution mode assertion
    
    * Temporarily change version to demonstrate errors
    
    * Revert "Temporarily change version to demonstrate errors"
    
    This reverts commit 40c2469.
    
    * "Resolution mode" -> "resolution-mode"
    
    * Update baselines
    andrewbranch authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3bf0d30 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. fix(49223): checker.getTypeAtLocation for ExpressionWithTypeArguments…

    … returns an error any type (#49284) (#49369)
    
    * fix(49223): handle ExpressionWithTypeArguments nodes in isExpressionNode
    
    * Update src/compiler/utilities.ts
    
    * Just use `!isHeritageClause(node.parent)`.
    
    Co-authored-by: Daniel Rosenwasser <[email protected]>
    
    Co-authored-by: Oleksandr T <[email protected]>
    DanielRosenwasser and a-tarasyuk authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    3ce08c6 View commit details
    Browse the repository at this point in the history
  2. 🤖 Pick PR #49360 (Expose import mode calculation func...) into releas…

    …e-4.7 (#49370)
    
    * Cherry-pick PR #49360 into release-4.7
    
    Component commits:
    5eb6425 Expose import mode calculation functions
    
    1f907ae Make `SourceFileImportsList` internal again.
    
    4e40185 Accepted API baselines.
    
    * Fix lints.
    
    Co-authored-by: Daniel Rosenwasser <[email protected]>
    Co-authored-by: Daniel Rosenwasser <[email protected]>
    3 people authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    4c4c803 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5050bb View commit details
    Browse the repository at this point in the history
Loading