Xunnamius / babel-plugin-explicit-exports-references

⚡ Transforms all internal references to a module's exports such that each reference starts with "module.exports" instead of directly referencing an internal name.
https://npm.im/babel-plugin-explicit-exports-references
MIT License
20 stars 4 forks source link

Can cause problems for istanbul when computing coverage #13

Open Xunnamius opened 3 months ago

Xunnamius commented 3 months ago

Errors look like:

ReferenceError: /repos/xscripts/src/assets/config/_conventional.config.js.ts: Container is falsy

This is probably due to the naive way new variables are created. Either way, this old project needs some of my attention!