mirror of
https://github.com/amark/gun.git
synced 2025-06-10 08:06:47 +00:00

* Adding '-Infinity' as an invalid case Adding '-Infinity' as an invalid case, not handled before Skipping extra checks until needed (like NaN, Infinity) Checking for 'null' first as for more common case than invalid 'undefined' * Adding '-Infinity' as an invalid case Adding '-Infinity' as an invalid case, not handled before Skipping extra checks until needed (like NaN, Infinity) Checking for 'null' first as for more common case than invalid 'undefined' * Adding '-Infinity' as an invalid case Adding '-Infinity' as an invalid case, not handled before Skipping extra checks until needed (like NaN, Infinity) Checking for 'null' first as for more common case than invalid 'undefined' * Fixing tests to handle -Infinity * Removing useless shim import * Removing useless shim import * Removing redundant undefined check * Removing redundant undefined check * Removing redundant undefined check * ES5 compatibility Co-authored-by: dbaranov <dbaranov@bellintegrator.com> Co-authored-by: Mark Nadal <mark@gun.eco>