Closed coreyfarrell closed 5 years ago
The module.exports getter in previous version had no real effect since it was returning the same map object for each require. This causes each require to get an isolated map object, adds tests to verify this.
module.exports
require
The
module.exports
getter in previous version had no real effect since it was returning the same map object for each require. This causes eachrequire
to get an isolated map object, adds tests to verify this.