{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_date-to-primitive.js"],"names":["anObject","require","toPrimitive","NUMBER","module","exports","hint","TypeError"],"mappings":"AAAA;AACA,GAAIA,UAAcC,QAAQ,cAAR,CAAlB;AACIC,YAAcD,QAAQ,iBAAR,CADlB;AAEIE,OAAc,QAFlB;;AAIAC,OAAOC,OAAP,CAAiB,SAASC,IAAT,CAAc;AAC7B,GAAGA,OAAS,QAAT,EAAqBA,OAASH,MAA9B,EAAwCG,OAAS,SAApD,CAA8D,KAAMC,WAAU,gBAAV,CAAN;AAC9D,MAAOL,aAAYF,SAAS,IAAT,CAAZ,CAA4BM,MAAQH,MAApC,CAAP;AACD,CAHD","file":"_date-to-primitive.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nvar anObject    = require('./_an-object')\n  , toPrimitive = require('./_to-primitive')\n  , NUMBER      = 'number';\n\nmodule.exports = function(hint){\n  if(hint !== 'string' && hint !== NUMBER && hint !== 'default')throw TypeError('Incorrect hint');\n  return toPrimitive(anObject(this), hint != NUMBER);\n};"]}