Provide / install
matthewp opened this issue · 2 comments
matthewp commented
I noticed these are missing now, is this a mistake?
caridy commented
install
is now 4.4.7. Registry.prototype.set(key, entry) / 4.4.9. Registry.prototype.delete(key), which allow you to (synchronously) add and remove new entries into a registry.provide
is now 5.4.8. ModuleStatus.prototype.resolve(stage, result) / 5.4.9. ModuleStatus.prototype.reject(stage, error), which allow you to (using promise based values) resolve or reject a particular pending pipelinestage
for a registry entry.
matthewp commented
Thanks.