Open acrazing opened 6 years ago
Currently, the cache filename use JSON.stringify to create cache key, it could not process function options just like getCustomTransformers, this PR changes it to use object-hash to process it.
JSON.stringify
getCustomTransformers
object-hash
Currently, the cache filename use
JSON.stringify
to create cache key, it could not process function options just likegetCustomTransformers
, this PR changes it to useobject-hash
to process it.