{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.date.to-json.js"],"names":["$export","require","toObject","toPrimitive","P","F","Date","NaN","toJSON","prototype","call","toISOString","key","O","pv","isFinite"],"mappings":"AAAA;AACA,GAAIA,SAAcC,QAAQ,WAAR,CAAlB;AACIC,SAAcD,QAAQ,cAAR,CADlB;AAEIE,YAAcF,QAAQ,iBAAR,CAFlB;;AAIAD,QAAQA,QAAQI,CAAR,CAAYJ,QAAQK,CAAR,CAAYJ,QAAQ,UAAR,EAAoB,UAAU;AAC5D,MAAO,IAAIK,KAAJ,CAASC,GAAT,EAAcC,MAAd,KAA2B,IAA3B,EAAmCF,KAAKG,SAAL,CAAeD,MAAf,CAAsBE,IAAtB,CAA2B,CAACC,YAAa,sBAAU,CAAE,MAAO,EAAP,CAAW,CAArC,CAA3B,IAAuE,CAAjH;AACD,CAF+B,CAAhC,CAEI,MAFJ,CAEY;AACVH,OAAQ,QAASA,OAAT,CAAgBI,GAAhB,CAAoB;AAC1B,GAAIC,GAAKX,SAAS,IAAT,CAAT;AACIY,GAAKX,YAAYU,CAAZ,CADT;AAEA,MAAO,OAAOC,GAAP,EAAa,QAAb,EAAyB,CAACC,SAASD,EAAT,CAA1B,CAAyC,IAAzC,CAAgDD,EAAEF,WAAF,EAAvD;AACD,CALS,CAFZ","file":"es6.date.to-json.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nvar $export     = require('./_export')\n  , toObject    = require('./_to-object')\n  , toPrimitive = require('./_to-primitive');\n\n$export($export.P + $export.F * require('./_fails')(function(){\n  return new Date(NaN).toJSON() !== null || Date.prototype.toJSON.call({toISOString: function(){ return 1; }}) !== 1;\n}), 'Date', {\n  toJSON: function toJSON(key){\n    var O  = toObject(this)\n      , pv = toPrimitive(O);\n    return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();\n  }\n});"]}