mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 11:38:12 +00:00
gulp
This commit is contained in:
parent
b1ada8d5c0
commit
dfb8dea795
2
dist/web3-light.min.js
vendored
2
dist/web3-light.min.js
vendored
File diff suppressed because one or more lines are too long
10
dist/web3.js
vendored
10
dist/web3.js
vendored
@ -4438,11 +4438,11 @@ module.exports = {
|
||||
|
||||
// Handle values that fail the validity test in BigNumber.
|
||||
parseNumeric = (function () {
|
||||
var basePrefix=/^(-?)0([xbo])/i,
|
||||
dotAfter=/^([^.]+)\.$/,
|
||||
dotBefore=/^\.([^.]+)$/,
|
||||
isInfinityOrNaN=/^-?(Infinity|NaN)$/,
|
||||
whitespaceOrPlus=/^\s*\+|^\s+|\s+$/g;
|
||||
var basePrefix = /^(-?)0([xbo])/i,
|
||||
dotAfter = /^([^.]+)\.$/,
|
||||
dotBefore = /^\.([^.]+)$/,
|
||||
isInfinityOrNaN = /^-?(Infinity|NaN)$/,
|
||||
whitespaceOrPlus = /^\s*\+|^\s+|\s+$/g;
|
||||
|
||||
return function ( x, str, num, b ) {
|
||||
var base,
|
||||
|
2
dist/web3.js.map
vendored
2
dist/web3.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/web3.min.js
vendored
4
dist/web3.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user