-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
The following line:
purescript-arrays/src/Data/Array.js
Line 43 in d81e971
exports.replicate = typeof Array.prototype.fill === "function" ? replicate : replicatePolyfill; |
causes runtime errors when compiled with purs bundle
, because replicatePolyfill
gets eliminated as dead code.
I'm not sure if it is a purs bundle
bug, since I don't understand exactly the spec of the code elimination it performs (in particular, what shapes of exports it supports).
Metadata
Metadata
Assignees
Labels
No labels