We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
会议时间:北京时间2019年12月4日(周三)、5日(周三)、6日(周五)凌晨2点到上午9点。 会议议程:https://github.com/tc39/agendas/blob/master/2019/12.md
参会须知:
#tc39-delegates
本次会议的重点topic:
非技术议题:
技术议题(标 ! 的是我认为存在疑问的,!! 表示我可能倾向于block):
class X extends null { ... }
a?.b
a ?? b
一些我认为不重要的技术议题:
super(console.log(0))
for await (const x of {next(...args) { console.log(args); return { done: true } }, [Symbol.iterator]() { return this }}) {}
for (async of [1, 2, 3]) {}
for (async of => of; ; ) {}
与我未来(下次会议,明年2月)准备提交的experimantal提案有关的:
注:有些议题仍没有足够的资料(理论上单纯这一点就可以block),无从判断。
其他
The text was updated successfully, but these errors were encountered:
No branches or pull requests
会议时间:北京时间2019年12月4日(周三)、5日(周三)、6日(周五)凌晨2点到上午9点。
会议议程:https://github.com/tc39/agendas/blob/master/2019/12.md
参会须知:
#tc39-delegates
channel 中发布。记得连接远程会议后静音,关闭摄像头(如果你不想露脸的话😜)本次会议的重点topic:
非技术议题:
技术议题(标 ! 的是我认为存在疑问的,!! 表示我可能倾向于block):
class X extends null { ... }
a?.b
) for stage 4a ?? b
) for stage 4一些我认为不重要的技术议题:
super(console.log(0))
for await (const x of {next(...args) { console.log(args); return { done: true } }, [Symbol.iterator]() { return this }}) {}
for (async of [1, 2, 3]) {}
for (async of => of; ; ) {}
与我未来(下次会议,明年2月)准备提交的experimantal提案有关的:
注:有些议题仍没有足够的资料(理论上单纯这一点就可以block),无从判断。
其他
The text was updated successfully, but these errors were encountered: