Makes reference utility functions not bound to the dictionary instance.
This makes it easier to expose them as publicly usable utilities, makes them more straightforward to use by users (no need to do const boundGetReferences = getReferences.bind({ properties: ... }); in order to use)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes:
Makes reference utility functions not bound to the dictionary instance. This makes it easier to expose them as publicly usable utilities, makes them more straightforward to use by users (no need to do
const boundGetReferences = getReferences.bind({ properties: ... });
in order to use)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.