| 22:50 | <Kris Kowal> | nicolo-ribaudo: In the extra time on the SES call, caridy agreed to add referrer, so new Module(source, referrer, …) and we are still working on the importMeta and importHook order/optionality. But, among us, we’ve arrived at importHook(specifier, referrer) for the hook signature. |
| 22:51 | <Kris Kowal> | I still need to integrate your insights for import assertions, and I think that means we need an options bag. |
| 23:00 | <Kris Kowal> | @yulia The Moddable notion of sync modules is that a module graph that is already loaded can be synchronously executed, specifically. They don’t do sync load per se. |
| 23:01 | <Kris Kowal> | It would be like: import(module) would be equivalent to await load(module); importNow(module) |
| 23:02 | <Kris Kowal> | And that clearly looks better as methods of Module.prototype, rather than overloading dynamic import, but that’s for the bike shed |