Closed hax closed 4 years ago
会议时间:北京时间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),无从判断。
其他
会议时间:北京时间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),无从判断。
其他