{"version":3,"sources":["node_modules\\react-dom\\lib\\ReactEmptyComponent.js"],"names":["emptyComponentFactory","ReactEmptyComponentInjection","injectEmptyComponentFactory","factory","ReactEmptyComponent","create","instantiate","injection","module","exports"],"mappings":";;;;;;;;;;AAUA;;AAEA,GAAIA,sBAAJ;;AAEA,GAAIC,8BAA+B;AACjCC,4BAA6B,qCAAUC,OAAV,CAAmB;AAC9CH,sBAAwBG,OAAxB;AACD,CAHgC,CAAnC;;;AAMA,GAAIC,qBAAsB;AACxBC,OAAQ,gBAAUC,WAAV,CAAuB;AAC7B,MAAON,uBAAsBM,WAAtB,CAAP;AACD,CAHuB,CAA1B;;;AAMAF,oBAAoBG,SAApB,CAAgCN,4BAAhC;;AAEAO,OAAOC,OAAP,CAAiBL,mBAAjB","file":"ReactEmptyComponent.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'use strict';\n\nvar emptyComponentFactory;\n\nvar ReactEmptyComponentInjection = {\n  injectEmptyComponentFactory: function (factory) {\n    emptyComponentFactory = factory;\n  }\n};\n\nvar ReactEmptyComponent = {\n  create: function (instantiate) {\n    return emptyComponentFactory(instantiate);\n  }\n};\n\nReactEmptyComponent.injection = ReactEmptyComponentInjection;\n\nmodule.exports = ReactEmptyComponent;"]}