moduloze icon indicating copy to clipboard operation
moduloze copied to clipboard

bug: chained module.exports assignment fails

Open getify opened this issue 5 years ago • 1 comments

This fails for some reason.

module.exports.foo = module.exports.bar = BAZ;

getify avatar Jan 20 '21 20:01 getify

Possibly related to #18

getify avatar Jul 02 '21 14:07 getify