14:54
<Jack Works>
plz try at https://github.com/webpack/webpack/pull/16567
14:55
<Jack Works>
implemented in webpack, only support ES Module (no CommonJS) yet
15:17
<Jack Works>
cc yulia 👀
15:18
<yulia>
oh neat, is there a specific question you have regarding the behavior or any observations you have?
16:00
<Rob Palmer>
oh wow - this looks excellent. I am very pleased to see the first working implementation
22:52
<Jack Works>
oh neat, is there a specific question you have regarding the behavior or any observations you have?
Until now it looks good. I only have some problem with webpack internals. I plan to make it work for CommonJS too and use it in our production to see how it works before & after
22:53
<guybedford>
Jack Works: this looks amazing!
22:54
<guybedford>
one nit - we've been trying to use the term "defer" over "lazy" (which is easy to confuse with lazy loading)
22:54
<guybedford>
will be very interested to hear implementation feedback further
22:55
<Jack Works>
I have feedback for import assertion. It only supports string but I want boolean here 🤣
22:59
<Jack Works>
I use explicit { sync: true } assertion in this implementation but I worry if that means we need to standardize this property in the 262. I can implement both 3 options (ignore; link error; require sync: true assertion for all defer import) when there is TLA in the graph.