{"version":3,"sources":["node_modules\\react-dom\\lib\\ReactElementSymbol.js"],"names":["REACT_ELEMENT_TYPE","Symbol","module","exports"],"mappings":";;;;;;;;;;;AAWA;;;;;AAKA,GAAIA,oBAAqB,MAAOC,OAAP,GAAkB,UAAlB,EAAgCA,OAAO,KAAP,CAAhC,EAAiDA,OAAO,KAAP,EAAc,eAAd,CAAjD,EAAmF,MAA5G;;AAEAC,OAAOC,OAAP,CAAiBH,kBAAjB","file":"ReactElementSymbol.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["/**\n * Copyright 2014-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\n'use strict';\n\n// The Symbol used to tag the ReactElement type. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\n\nvar REACT_ELEMENT_TYPE = typeof Symbol === 'function' && Symbol['for'] && Symbol['for']('react.element') || 0xeac7;\n\nmodule.exports = REACT_ELEMENT_TYPE;"]}