-
Notifications
You must be signed in to change notification settings - Fork 46
Advance to stage 4 #113
Comments
Firefox/SpiderMonkey tracking issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1519100 |
when will this feature come out in chrome? |
@TheInvoker the issue is mentioned above on the chromium tracker. That issue will be updated as progress is made. I would not expect it in the near future. |
I was able to implement this in engine262 (engine262/engine262@c88172c) using a combination of the current spec text, #122, #123, and tc39/proposal-dynamic-import#71 |
Implemented in V8 under flag #129 |
Any idea on release date now? |
Added the webkit bug and test262 tests. AFAIK the tests are done @leobalter can confirm |
Chakracore issue: chakra-core/ChakraCore#6262 I have a WIP implementation for CC - just need a bit more testing and a re-factor it depends on to be merged. Will hopefully land it in CC's master in a week or two; I don't know when they'll do a release to include it though. (I'm an external contributor) |
this is a simple but almost formal confirmation of Test262 tests for TLA. |
AFAICT Chrome released this feature (enabled by defaut) in Chrome 89 (V8 Ticket 9344 #50, ChromeStatus) Does this count as 2 implementations and/or independent VMs? |
As an FYI I've implemented this in ChakraCore master: chakra-core/ChakraCore#6457 |
@NemoStein I don't think that it will as Node.js embeds V8 |
I'm looking forward for stage 4 😄 |
It seems that all listed VMs/browsers already delivers TLA unflagged
The last big issue, according to the meeting notes of March, was closed/merged in #159 and already adopted by vendors. With that said, can we expect a stage 4 presentation in the next meeting (late May)? |
I will be proposing it for stage 4 in May. |
Spec text integration pr has been posted: tc39/ecma262#2408 |
Committee waved this through -- we are just waiting on official sign off from the editors. |
Criteria taken from the TC39 process document minus those from previous stages:
https://github.com/tc39/test262/tree/master/src/top-level-await
https://github.com/tc39/proposal-top-level-await#implementations
Bug tickets to track:
TODO
TODO
tc39/ecma262#2408
The text was updated successfully, but these errors were encountered: