{"version":3,"sources":["node_modules\\create-react-class\\index.js"],"names":["React","require","factory","Error","ReactNoopUpdateQueue","Component","updater","module","exports","isValidElement"],"mappings":";;;;;;;;;;AAUA;;AAEA,GAAIA,OAAQC,QAAQ,OAAR,CAAZ;AACA,GAAIC,SAAUD,QAAQ,WAAR,CAAd;;AAEA,GAAI,MAAOD,MAAP,GAAiB,WAArB,CAAkC;AAChC,KAAMG;AACJ;AACE,iEAFE,CAAN;;AAID;;;AAGD,GAAIC,sBAAuB,GAAIJ,OAAMK,SAAV,GAAsBC,OAAjD;;AAEAC,OAAOC,OAAP,CAAiBN;AACfF,MAAMK,SADS;AAEfL,MAAMS,cAFS;AAGfL,oBAHe,CAAjB","file":"index.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\n'use strict';\n\nvar React = require('react');\nvar factory = require('./factory');\n\nif (typeof React === 'undefined') {\n  throw Error(\n    'create-react-class could not find the React object. If you are using script tags, ' +\n      'make sure that React is being loaded before create-react-class.'\n  );\n}\n\n// Hack to grab NoopUpdateQueue from isomorphic React\nvar ReactNoopUpdateQueue = new React.Component().updater;\n\nmodule.exports = factory(\n  React.Component,\n  React.isValidElement,\n  ReactNoopUpdateQueue\n);\n"]}