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.