8000 Comparing v3.7.3...v3.7.4 · microsoft/TypeScript · GitHub
[go: up one dir, main page]

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

Commits on Dec 12, 2019

  1. Cherry-pick PR #35639 into release-3.7 (#35640)

    Component commits:
    7c31be3 Fix binding of this-assignments w/computed properties
    Top-level this-assignments do not support computed properties. But the
    binder forgets to check for computed properties and tries to bind them
    normally. This hits a helpful assert.
    
    This change stop binding this-properties with computed properties at the
    top-level.  There's nothing sensible we could do with them; we're unable
    to late-bind entries to the global scope or to modules.
    TypeScript Bot authored and sandersn committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    eb5170c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

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

    DanielRosenwasser committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    98cfe76 View commit details
    Browse the repository at this point in the history
Loading
0