12:19
<Lea Verou>
Curious what folks may think about import ... with { type: 'text' } (context: https://es.discourse.group/t/text-modules/1031/8 )
13:22
<Chengzhong Wu>
With https://github.com/tc39/proposal-import-bytes, it can be done like import ... with { type: 'bytes' } + textDecoder.decode(buffer)
13:27
<nicolo-ribaudo>
There was some appetite for it in the last meeting, strongly pushed for by @eemeli:mozilla.org
17:16
<bakkot>
yeah I think if someone champions it people are in favor
18:15
<eemeli>
I don't think I've the bandwidth for putting together an import-text proposal for the next plenary, but in case no-one else does, I can try to do so for Tokyo.
20:07
<Michael Ficarra>
@Lea Verou you can see the notes from the related discussion here: https://github.com/tc39/notes/pull/379/files#diff-16e44c4f2f7e8f811605c9425be9e53906830267d08666efe463e866801d96f7R355-R501
20:50
<eemeli>
Here's a slightly easier and more targeted link for the above: https://github.com/tc39/notes/blob/bcdb104c5783f2d2eca39b31a1d9ab42a3aa3df0/meetings/2025-07/july-30.md#import-buffer-for-stage-1