-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update moduleFormat so that require
is not needed as an endowment
#362
Comments
This will change when we migrate our |
@erights does this need to stay open or can we close it given Michael's answer? |
Is the change @michaelfig refers to captured in an open issue? I'd prefer to see that before this is closed. |
Let's not close this yet. I'll remember to reference this issue when we start discussing least-authority linkage formats. |
require
as an endowment! Why is this safe?require
is not needed as an endowment
This will be fixed by the new-SES PR (#1201), and it changes all occurrences of |
This landed, and Apart from @michaelfig 's least-authority linkage format question, I think the remaining issue here is that So I think this task now lies within |
@michaelfig did you change
I think this was closed in error.. I'll reopen it. I think we need that bundle-source fix before we can close it. |
AFK: I won't be able to get to this right away, but IIRC, it's a one-line change to bundle-source: { require } to { require: typeof require === 'undefined' ? undefined : require } Or equivalent. |
There is a suspicious
require
endowment needed in:Posted by @erights in #355
As @michaelfig says below, when we upgrade the moduleFormat, we should not need to pass
require
anymore.The text was updated successfully, but these errors were encountered: