UNPKG

rn-web-cli

Version:

React Native for Web

1 lines 1.01 kB
{"version":3,"sources":["node_modules\\react\\lib\\ReactCurrentOwner.js"],"names":["ReactCurrentOwner","current","module","exports"],"mappings":";;;;;;;;;;;AAWA;;;;;;;;AAQA,GAAIA,mBAAoB;;;;;AAKtBC,QAAS,IALa,CAAxB;;;AAQAC,OAAOC,OAAP,CAAiBH,iBAAjB","file":"ReactCurrentOwner.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\n/**\n * Keeps track of the current owner.\n *\n * The current owner is the component who should own any components that are\n * currently being constructed.\n */\nvar ReactCurrentOwner = {\n /**\n * @internal\n * @type {ReactComponent}\n */\n current: null\n};\n\nmodule.exports = ReactCurrentOwner;"]}