{"version":3,"sources":["node_modules\\fbjs\\lib\\emptyObject.js"],"names":["emptyObject","process","env","NODE_ENV","Object","freeze","module","exports"],"mappings":";;;;;;;;;;AAUA;;AAEA,GAAIA,aAAc,EAAlB;;AAEA,GAAIC,QAAQC,GAAR,CAAYC,QAAZ,GAAyB,YAA7B,CAA2C;AACzCC,OAAOC,MAAP,CAAcL,WAAd;AACD;;AAEDM,OAAOC,OAAP,CAAiBP,WAAjB","file":"emptyObject.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["/**\n * Copyright (c) 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 emptyObject = {};\n\nif (process.env.NODE_ENV !== 'production') {\n  Object.freeze(emptyObject);\n}\n\nmodule.exports = emptyObject;"]}