-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.9.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: microsoft/TypeScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 67 files changed
- 6 contributors
Commits on Jun 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 338e42f - Browse repository at this point
Copy the full SHA 338e42fView commit details -
Patch to use this.timeout() > 0 rather than this.enableTimeout() to w…
…ork with mocha 8+
Configuration menu - View commit details
-
Copy full SHA for c88ed72 - Browse repository at this point
Copy the full SHA c88ed72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fff325 - Browse repository at this point
Copy the full SHA 2fff325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec5fc5 - Browse repository at this point
Copy the full SHA 9ec5fc5View commit details -
Fix crash when serializing the return type of a generic call to Array…
Configuration menu - View commit details
-
Copy full SHA for 986e9dd - Browse repository at this point
Copy the full SHA 986e9ddView commit details
Commits on Jun 23, 2020
-
isDynamicName skips parentheses for element access
Neither `x[0]` nor `x[(0)]` should be dynamic names. Previously, the latter was because `isDynamicName` didn't skip parentheses. Since the binder treats dynamic names in property assignments as assignment declarations, this incorrectly tried to create a binding for expressions like `x[(0)] = 1`. This caused an assert because `x[(0)]` would not take the dynamic name code path during binding (`hasDynamicName` returned false), but the normal code path for static names.
Configuration menu - View commit details
-
Copy full SHA for 1ee1212 - Browse repository at this point
Copy the full SHA 1ee1212View commit details
Commits on Jun 30, 2020
-
TypeScript Bot committed
Jun 30, 2020 Configuration menu - View commit details
-
Copy full SHA for c6f9343 - Browse repository at this point
Copy the full SHA c6f9343View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.9.5...v3.9.6