-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Suggestion Backlog Slog, 10/5/2015 #5119
Labels
Design Notes
Notes from our design meetings
Comments
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Planned for discussion today
nameof
operatorsuper
callconstructor
property of classes should point to the static side of the classvar x: typeof expr[0]
(useful for arrays and tuples)let
s infor
loopsvoid
parameters to be omitted in function callstypeof x
===
'function'
or'object'
)return
expression is a recognized type guard (e.g.x instanceof y
), automatically infer the function itself to be a type guardThe text was updated successfully, but these errors were encountered: