Commits


ptaylor authored and Uwe L. Korn committed 0d808f0ae7a
ARROW-4477: [JS] remove constructor override in the bignum mixins Removes the constructor override leftover from the original `Object.create()` implementation of the bignum mixins. Closes https://issues.apache.org/jira/browse/ARROW-4477 Author: ptaylor <paul.e.taylor@me.com> Closes #3557 from trxcllnt/js/fix-bn-constructor and squashes the following commits: 3a468594 <ptaylor> remove constructor override in the bignum mixins