You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It currently (seems to) provide no way to get the "require", "__dirname",
and "__filename" arguments of a Node.js module. If the native code is a
Node.js module there should probably be some way to retrieve such values
(which may be used with the above "executing JavaScript codes" during the
initialization).
We discussed that native modules are always fronted by JS modules, so we need not worry about JS-module-specific things. We can close this issue if we decide that our earlier conclusion covers this comment.
The text was updated successfully, but these errors were encountered:
@gabrielschulhof I think since we've not revisited this for a number of years we can assume our earlier conclusion covers the comment and close this issue. What do you think?
Re: nodejs/node#14256
We discussed that native modules are always fronted by JS modules, so we need not worry about JS-module-specific things. We can close this issue if we decide that our earlier conclusion covers this comment.
The text was updated successfully, but these errors were encountered: