{"version":3,"sources":["node_modules\\react-dom\\lib\\ReactPropTypeLocationNames.js"],"names":["ReactPropTypeLocationNames","process","env","NODE_ENV","prop","context","childContext","module","exports"],"mappings":";;;;;;;;;;;AAWA;;AAEA,GAAIA,4BAA6B,EAAjC;;AAEA,GAAIC,QAAQC,GAAR,CAAYC,QAAZ,GAAyB,YAA7B,CAA2C;AACzCH,2BAA6B;AAC3BI,KAAM,MADqB;AAE3BC,QAAS,SAFkB;AAG3BC,aAAc,eAHa,CAA7B;;AAKD;;AAEDC,OAAOC,OAAP,CAAiBR,0BAAjB","file":"ReactPropTypeLocationNames.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 ReactPropTypeLocationNames = {};\n\nif (process.env.NODE_ENV !== 'production') {\n  ReactPropTypeLocationNames = {\n    prop: 'prop',\n    context: 'context',\n    childContext: 'child context'\n  };\n}\n\nmodule.exports = ReactPropTypeLocationNames;"]}