-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow extending from any #14935
Merged
Merged
Allow extending from any #14935
Commits on Mar 29, 2017
-
Extending from any adds an index signature: [s: string]: any to both the instance and static sides of the class.
Configuration menu - View commit details
-
Copy full SHA for f1c1969 - Browse repository at this point
Copy the full SHA f1c1969View commit details -
Improve handling of any as a base type
Also improve how the string indexer for any-inheriting types is added.
Configuration menu - View commit details
-
Copy full SHA for 765ac7c - Browse repository at this point
Copy the full SHA 765ac7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 650cc29 - Browse repository at this point
Copy the full SHA 650cc29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3624417 - Browse repository at this point
Copy the full SHA 3624417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41eabbc - Browse repository at this point
Copy the full SHA 41eabbcView commit details
Commits on Apr 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e09533d - Browse repository at this point
Copy the full SHA e09533dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f6c49e - Browse repository at this point
Copy the full SHA 7f6c49eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f1774 - Browse repository at this point
Copy the full SHA 75f1774View commit details -
Unknown bases return baseConstructorType, not anyType
Returns several baselines to their original states.
Configuration menu - View commit details
-
Copy full SHA for 7e3c033 - Browse repository at this point
Copy the full SHA 7e3c033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 441e54c - Browse repository at this point
Copy the full SHA 441e54cView commit details -
Remove special symbol for untyped modules
Extending symbols from untyped modules is no longer an error, so #12532 didn't get us anything except slightly better quick info.
Configuration menu - View commit details
-
Copy full SHA for 90d5c29 - Browse repository at this point
Copy the full SHA 90d5c29View commit details
Commits on Apr 6, 2017
-
Test asserts that unused locals error works for untyped modules. Comment no longer claims to check for untyped modules.
Configuration menu - View commit details
-
Copy full SHA for f635042 - Browse repository at this point
Copy the full SHA f635042View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.