2025-07-03 [09:02:46.0988] Meeting time! 2025-07-04 [09:38:26.0874] nicolo-ribaudo: per the JSON modules spec, should `video/lottie+json` be accepted as a valid JSON module? It seems like in HTML it should. I ran a quick test in Chrome and this didn't seem to be the case. [09:40:04.0322] ahh it seems this was a recently fixed Chrome bug [09:40:06.0305] nvm [09:51:57.0292] Yeah it should work because it's a JSON mime type [11:08:01.0901] Welcome styfle: 2025-07-07 [06:31:03.0241] Thanks! I submitted my proposal here. Let me know if you have any feedback! https://github.com/tc39/agendas/pull/1900 2025-07-08 [05:14:25.0164] I'd recommend putting at least 30 min, maybe 45. I assume a presentation explaining the use cases and why the feature is needed would take 10-15 minutes, but them I'm sure people will have opinions [05:14:41.0392] * I'd recommend putting at least 30 min, maybe 45. I assume a presentation explaining the use cases and why the feature is needed would take 10-15 minutes, but them I'm sure people will have opinions and will want to discuss before agreeing on Stage 1 [06:44:49.0029] I really see no harm in asking for more time up front, especially this time around with such a light agenda so far. [07:25:53.0816] nicolo-ribaudo: Thanks I bumped to 30 min https://github.com/tc39/agendas/pull/1901 Do you think 45 would be needed? Not sure how these things work. How long was it for json modules? [07:37:46.0459] I'll find that info for you later! Or, if you want to look it up yourself, probably look at old agendas looking for the proposal 2025-07-11 [17:38:38.0903] is it supposed to be correct that `m.foo = 5` assignment where `m` is a ModuleNamespace only throws in strict mode, not in sloppy mode? [17:39:07.0753] just spent way too long debugging why in Node.js it was allowed when importing a namespace into a CJS module... [19:30:51.0811] I believe that is expected, and has more to do with sloppy mode than it has to do with modules.