{"version":3,"sources":["node_modules\\react-dom\\lib\\ReactInjection.js"],"names":["DOMProperty","require","EventPluginHub","EventPluginUtils","ReactComponentEnvironment","ReactEmptyComponent","ReactBrowserEventEmitter","ReactHostComponent","ReactUpdates","ReactInjection","Component","injection","EmptyComponent","EventEmitter","HostComponent","Updates","module","exports"],"mappings":";;;;;;;;;;AAUA;;AAEA,GAAIA,aAAcC,QAAQ,eAAR,CAAlB;AACA,GAAIC,gBAAiBD,QAAQ,kBAAR,CAArB;AACA,GAAIE,kBAAmBF,QAAQ,oBAAR,CAAvB;AACA,GAAIG,2BAA4BH,QAAQ,6BAAR,CAAhC;AACA,GAAII,qBAAsBJ,QAAQ,uBAAR,CAA1B;AACA,GAAIK,0BAA2BL,QAAQ,4BAAR,CAA/B;AACA,GAAIM,oBAAqBN,QAAQ,sBAAR,CAAzB;AACA,GAAIO,cAAeP,QAAQ,gBAAR,CAAnB;;AAEA,GAAIQ,gBAAiB;AACnBC,UAAWN,0BAA0BO,SADlB;AAEnBX,YAAaA,YAAYW,SAFN;AAGnBC,eAAgBP,oBAAoBM,SAHjB;AAInBT,eAAgBA,eAAeS,SAJZ;AAKnBR,iBAAkBA,iBAAiBQ,SALhB;AAMnBE,aAAcP,yBAAyBK,SANpB;AAOnBG,cAAeP,mBAAmBI,SAPf;AAQnBI,QAASP,aAAaG,SARH,CAArB;;;AAWAK,OAAOC,OAAP,CAAiBR,cAAjB","file":"ReactInjection.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 DOMProperty = require('./DOMProperty');\nvar EventPluginHub = require('./EventPluginHub');\nvar EventPluginUtils = require('./EventPluginUtils');\nvar ReactComponentEnvironment = require('./ReactComponentEnvironment');\nvar ReactEmptyComponent = require('./ReactEmptyComponent');\nvar ReactBrowserEventEmitter = require('./ReactBrowserEventEmitter');\nvar ReactHostComponent = require('./ReactHostComponent');\nvar ReactUpdates = require('./ReactUpdates');\n\nvar ReactInjection = {\n  Component: ReactComponentEnvironment.injection,\n  DOMProperty: DOMProperty.injection,\n  EmptyComponent: ReactEmptyComponent.injection,\n  EventPluginHub: EventPluginHub.injection,\n  EventPluginUtils: EventPluginUtils.injection,\n  EventEmitter: ReactBrowserEventEmitter.injection,\n  HostComponent: ReactHostComponent.injection,\n  Updates: ReactUpdates.injection\n};\n\nmodule.exports = ReactInjection;"]}