00:38
<guybedford>
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?
00:39
<guybedford>
just spent way too long debugging why in Node.js it was allowed when importing a namespace into a CJS module...
02:30
<kriskowal>
I believe that is expected, and has more to do with sloppy mode than it has to do with modules.