{"version":3,"sources":["node_modules\\react-dom\\lib\\ReactComponentBrowserEnvironment.js"],"names":["DOMChildrenOperations","require","ReactDOMIDOperations","ReactComponentBrowserEnvironment","processChildrenUpdates","dangerouslyProcessChildrenUpdates","replaceNodeWithMarkup","dangerouslyReplaceNodeWithMarkup","module","exports"],"mappings":";;;;;;;;;;AAUA;;AAEA,GAAIA,uBAAwBC,QAAQ,yBAAR,CAA5B;AACA,GAAIC,sBAAuBD,QAAQ,wBAAR,CAA3B;;;;;;;AAOA,GAAIE,kCAAmC;AACrCC,uBAAwBF,qBAAqBG,iCADR;;AAGrCC,sBAAuBN,sBAAsBO,gCAHR,CAAvC;;;AAMAC,OAAOC,OAAP,CAAiBN,gCAAjB","file":"ReactComponentBrowserEnvironment.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 DOMChildrenOperations = require('./DOMChildrenOperations');\nvar ReactDOMIDOperations = require('./ReactDOMIDOperations');\n\n/**\n * Abstracts away all functionality of the reconciler that requires knowledge of\n * the browser context. TODO: These callers should be refactored to avoid the\n * need for this injection.\n */\nvar ReactComponentBrowserEnvironment = {\n  processChildrenUpdates: ReactDOMIDOperations.dangerouslyProcessChildrenUpdates,\n\n  replaceNodeWithMarkup: DOMChildrenOperations.dangerouslyReplaceNodeWithMarkup\n};\n\nmodule.exports = ReactComponentBrowserEnvironment;"]}