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
The docs for vm.SourceTextModule.prototype.instantiate() contain a link to Instantiate() however this abstract method has been replaced with InitializeEnvironment() and so the link is now broken (it now points to Link()).
It might be worth renaming the .instantiate() method to .initializeEnvironment(), but regardless a doc update needs to be made to point to initialize environment.
The text was updated successfully, but these errors were encountered:
- Removes redundant `instantiate` method
- Refactors `link` to match the spec linking steps more accurately
- Removes URL validation from SourceTextModule specifiers
- DRYs some dynamic import logic
Closesnodejs#29030
The docs for
vm.SourceTextModule.prototype.instantiate()
contain a link toInstantiate()
however this abstract method has been replaced withInitializeEnvironment()
and so the link is now broken (it now points toLink()
).It might be worth renaming the
.instantiate()
method to.initializeEnvironment()
, but regardless a doc update needs to be made to point to initialize environment.The text was updated successfully, but these errors were encountered: