Re: [w3c/ServiceWorker] Top-level await integration for ServiceWorkers running modules (#1407)

> The current proposed solution would fork the language's two parse goals

It's not really a new parse goal, all modules parse with TLA, it's just that service workers will reject any modules have a dependency that is marked `[[Async]]: true`, presumably this includes WebAssembly modules too as they depend on TLA architecture.

Regardless I think TLA should still be allowed in the entry for service workers simply because it can turn what could possibly be a simple change into a large one if it needs to propagate all the way to the entry file.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1407#issuecomment-533946297

Received on Monday, 23 September 2019 02:56:01 UTC