> You're not in marketing, are you :-P.
>

No - and if I had any marketing sense I'd have a much better day job : )

Indeed, it goes against Dave's original proposal that module opt into
> strict mode, which avoids some problems with sloppy mode in modules, e.g.
> implicitly created globals by assignment to free names.
>

Does this mean any script loaded as a module?

    import something from "x.js";

So "x.js" would be strict mode code, even if it doesn't start with "use
strict;"?

{Kevin}
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to