Open
Description
SW has different script execution model from other workers. SW's script fetching and running execute in separate places with a different lifecycle.
Fetch a module worker script graph requires a settings object in the fetching phase to pare the scripts. (Fetch a classic worker script also requires this argument as well but seems not using for parsing in the fetching phase.)
We need to fix it such that module scripts parsed during the fetching phase can be used in subsequent Run Service Worker script executions.
Issue reported in #1012 (review).