- From: Lea Verou <notifications@github.com>
- Date: Fri, 14 May 2021 03:43:28 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 May 2021 10:43:40 UTC
@leobalter Thank you for the quick responses! How does one import named (or default!) exports with different names? That's a major use case for modules. Also, how can someone do the equivalent of `import * as foo from ...` with this? Also, needing to repeat the import URL for the extremely common case of importing more than 1 export is ...not ideal. I think the `importValue()` API needs some work… -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/542#issuecomment-841165649
Received on Friday, 14 May 2021 10:43:40 UTC