boo1ean / casual

Fake data generator for javascript
3.03k stars 152 forks source link

ReferenceError: b is not defined on uuid function #94

Open romap0 opened 4 years ago

romap0 commented 4 years ago

In this line:

return (b = function (_b) {
        ^

you assign b variable but it is not defined in that scope, so it produces ReferenceError when I run tests using uuid function.

tobiasbueschel commented 2 years ago

I'm getting the same error when using https://github.com/Klowner/casual-browserify and running casual.uuid:

image