On Apr 19, 12:29 am, Wes Garland <
w...@page.ca> wrote:
> It is unclear if this will be expressly permitted in the future or not. If
> you are interested in writing portable code today, do not use this feature.
Thanks Wes. Even if a decision has yet to be made, I think it would be
good if a revision to the specification could provide the advice you
have given here. Specifications, after all, are meant to be the source
of truth of such wisdom.
For now, I will replace any use of the idiom:
var bar=require("foo")();
with:
var bar=require("foo").use();
jon.