-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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.7
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: v4.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
38
contributors
Commits on Oct 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8cb019d - Browse repository at this point
Copy the full SHA 8cb019dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cfbee7 - Browse repository at this point
Copy the full SHA 6cfbee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f558f2f - Browse repository at this point
Copy the full SHA f558f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c80de9 - Browse repository at this point
Copy the full SHA 4c80de9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 367f47e - Browse repository at this point
Copy the full SHA 367f47eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e697856 - Browse repository at this point
Copy the full SHA e697856View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc07d68 - Browse repository at this point
Copy the full SHA cc07d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c44f1 - Browse repository at this point
Copy the full SHA 05c44f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d771865 - Browse repository at this point
Copy the full SHA d771865View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b9fcc - Browse repository at this point
Copy the full SHA 62b9fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c25726e - Browse repository at this point
Copy the full SHA c25726eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c78cd5 - Browse repository at this point
Copy the full SHA 7c78cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 152e362 - Browse repository at this point
Copy the full SHA 152e362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6922f6c - Browse repository at this point
Copy the full SHA 6922f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c3928 - Browse repository at this point
Copy the full SHA 39c3928View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9cb623 - Browse repository at this point
Copy the full SHA a9cb623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd26cd - Browse repository at this point
Copy the full SHA 6bd26cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7dcad - Browse repository at this point
Copy the full SHA 3e7dcadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 649b53c - Browse repository at this point
Copy the full SHA 649b53cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5951318 - Browse repository at this point
Copy the full SHA 5951318View commit details -
Configuration menu - View commit details
-
Copy full SHA for d97e073 - Browse repository at this point
Copy the full SHA d97e073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fa2fad - Browse repository at this point
Copy the full SHA 0fa2fadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c74d0e - Browse repository at this point
Copy the full SHA 1c74d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc7f43 - Browse repository at this point
Copy the full SHA 8bc7f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b80047 - Browse repository at this point
Copy the full SHA 6b80047View commit details
Commits on Nov 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 739e1e9 - Browse repository at this point
Copy the full SHA 739e1e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc81a7f - Browse repository at this point
Copy the full SHA dc81a7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfc71c - Browse repository at this point
Copy the full SHA 5dfc71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a466f4 - Browse repository at this point
Copy the full SHA 9a466f4View commit details
Commits on Nov 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dfb86ac - Browse repository at this point
Copy the full SHA dfb86acView commit details
Commits on Nov 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1dc52f - Browse repository at this point
Copy the full SHA e1dc52fView commit details
Commits on Jan 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 52e94d2 - Browse repository at this point
Copy the full SHA 52e94d2View commit details -
do not provide refactoring when it contains this
because this behaves differently in arrow than in function
Configuration menu - View commit details
-
Copy full SHA for dbd5859 - Browse repository at this point
Copy the full SHA dbd5859View commit details
Commits on Jan 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5ec1201 - Browse repository at this point
Copy the full SHA 5ec1201View commit details
Commits on Feb 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5e40f32 - Browse repository at this point
Copy the full SHA 5e40f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ece04 - Browse repository at this point
Copy the full SHA e2ece04View commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b9aee84 - Browse repository at this point
Copy the full SHA b9aee84View commit details
Commits on Apr 9, 2020
-
Always error when property overrides accessor or vice versa
Previously this was only an error when useDefineForClassFields: true, but now it's an error for all code. This is a rare mistake to make, and usually only occurs in code written before `readonly` was available. Codefix to come in subsequent commits.
Configuration menu - View commit details
-
Copy full SHA for 3ffe253 - Browse repository at this point
Copy the full SHA 3ffe253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b7695 - Browse repository at this point
Copy the full SHA 71b7695View commit details -
Codefix invokes generate get-set accessor refactor
1. Add add-all test 2. Add codefix that delegates to get-set accessor refactor. Needs massive amounts of cleanup and deduplication.
Configuration menu - View commit details
-
Copy full SHA for e287c83 - Browse repository at this point
Copy the full SHA e287c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3030cd8 - Browse repository at this point
Copy the full SHA 3030cd8View commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6eacc9c - Browse repository at this point
Copy the full SHA 6eacc9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3428e27 - Browse repository at this point
Copy the full SHA 3428e27View commit details -
1. Fix lint. 2. Make code easier to read. 3. Turns some asserts into bails instead.
Configuration menu - View commit details
-
Copy full SHA for 4d541d2 - Browse repository at this point
Copy the full SHA 4d541d2View commit details
Commits on Apr 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 61f6005 - Browse repository at this point
Copy the full SHA 61f6005View commit details -
Configuration menu - View commit details
-
Copy full SHA for d00a5c9 - Browse repository at this point
Copy the full SHA d00a5c9View commit details
Commits on Apr 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d00f2b5 - Browse repository at this point
Copy the full SHA d00f2b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b14b231 - Browse repository at this point
Copy the full SHA b14b231View commit details -
Configuration menu - View commit details
-
Copy full SHA for af4ea60 - Browse repository at this point
Copy the full SHA af4ea60View commit details
Commits on Apr 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 769a2f2 - Browse repository at this point
Copy the full SHA 769a2f2View commit details
There are no files selected for viewing
This file was deleted.