siphash-js icon indicating copy to clipboard operation
siphash-js copied to clipboard

var module = module || {} breaks cjs format

Open KevinBrogan opened this issue 2 years ago • 0 comments

var module = module || {}

When this line is in the source file, rollup is unable to parse the export.

The module variable is defined in cjs by node and should not be redefined.

KevinBrogan avatar Oct 25 '22 07:10 KevinBrogan