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 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.