-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Suggestion Backlog Slog, 10/5/2015 #5119
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Design Notes
Notes from our design meetings
Comments
|
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
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: