{"version":3,"sources":["node_modules\\react-dom\\lib\\ReactFeatureFlags.js"],"names":["ReactFeatureFlags","logTopLevelRenders","module","exports"],"mappings":";;;;;;;;;;;AAWA;;AAEA,GAAIA,mBAAoB;;;;AAItBC,mBAAoB,KAJE,CAAxB;;;AAOAC,OAAOC,OAAP,CAAiBH,iBAAjB","file":"ReactFeatureFlags.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\n'use strict';\n\nvar ReactFeatureFlags = {\n  // When true, call console.time() before and .timeEnd() after each top-level\n  // render (both initial renders and updates). Useful when looking at prod-mode\n  // timeline profiles in Chrome, for example.\n  logTopLevelRenders: false\n};\n\nmodule.exports = ReactFeatureFlags;"]}