This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Pass down the options
object to resolver.resolve() #184
Open
Description
I have a use case were I want to have some sort of authentication when resolving through each node. This requires the local resolver to have access to the authentication data.
It seems that the options
object could transport any arbitrary data and could fit my purpose as well as other ones. Right now the options
object is not passed down to resolver.resolve(binaryBlob, path, callback