{"version":3,"sources":["node_modules\\prop-types\\factory.js"],"names":["factory","require","module","exports","isValidElement","throwOnDirectAccess"],"mappings":";;;;;;;;;AASA;;;;;;AAMA,GAAIA,SAAUC,QAAQ,2BAAR,CAAd;AACAC,OAAOC,OAAP,CAAiB,SAASC,cAAT,CAAyB;;AAExC,GAAIC,qBAAsB,KAA1B;AACA,MAAOL,SAAQI,cAAR,CAAwBC,mBAAxB,CAAP;AACD,CAJD","file":"factory.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["/**\n * Copyright 2013-present, Facebook, Inc.\n * All rights reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\n'use strict';\n\n// React 15.5 references this module, and assumes PropTypes are still callable in production.\n// Therefore we re-export development-only version with all the PropTypes checks here.\n// However if one is migrating to the `prop-types` npm library, they will go through the\n// `index.js` entry point, and it will branch depending on the environment.\nvar factory = require('./factoryWithTypeCheckers');\nmodule.exports = function(isValidElement) {\n  // It is still allowed in 15.5.\n  var throwOnDirectAccess = false;\n  return factory(isValidElement, throwOnDirectAccess);\n};\n"]}