Sha256: 800f61e9487d9cf7c368a0213a4e2ef4d519117ea749966129005e1d44f203b3

Contents?: true

Size: 309 Bytes

Versions: 13

Compression:

Stored size: 309 Bytes

Contents

var $ = require('../internals/export');
var parseFloatImplementation = require('../internals/number-parse-float');

// `parseFloat` method
// https://tc39.github.io/ecma262/#sec-parsefloat-string
$({ global: true, forced: parseFloat != parseFloatImplementation }, {
  parseFloat: parseFloatImplementation
});

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/core-js/modules/es.parse-float.js
tang-0.2.1 spec/tang_app/node_modules/core-js/modules/es.parse-float.js
tang-0.2.0 spec/tang_app/node_modules/core-js/modules/es.parse-float.js
tang-0.1.0 spec/tang_app/node_modules/core-js/modules/es.parse-float.js
tang-0.0.9 spec/tang_app/node_modules/core-js/modules/es.parse-float.js
enju_library-0.3.8 spec/dummy/node_modules/core-js/modules/es.parse-float.js
condenser-0.3 lib/condenser/processors/node_modules/core-js-pure/modules/es.parse-float.js
condenser-0.2 lib/condenser/processors/node_modules/core-js-pure/modules/es.parse-float.js
condenser-0.1 lib/condenser/processors/node_modules/core-js-pure/modules/es.parse-float.js
condenser-0.0.12 lib/condenser/processors/node_modules/core-js-pure/modules/es.parse-float.js
condenser-0.0.11 lib/condenser/processors/node_modules/core-js-pure/modules/es.parse-float.js
condenser-0.0.10 lib/condenser/processors/node_modules/core-js-pure/modules/es.parse-float.js
condenser-0.0.9 lib/condenser/processors/node_modules/core-js-pure/modules/es.parse-float.js