{"version":3,"sources":["node_modules\\fbjs\\lib\\performance.js"],"names":["ExecutionEnvironment","require","performance","canUseDOM","window","msPerformance","webkitPerformance","module","exports"],"mappings":";;;;;;;;;;;AAWA;;AAEA,GAAIA,sBAAuBC,QAAQ,wBAAR,CAA3B;;AAEA,GAAIC,YAAJ;;AAEA,GAAIF,qBAAqBG,SAAzB,CAAoC;AAClCD,YAAcE,OAAOF,WAAP,EAAsBE,OAAOC,aAA7B,EAA8CD,OAAOE,iBAAnE;AACD;;AAEDC,OAAOC,OAAP,CAAiBN,aAAe,EAAhC","file":"performance.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 * @typechecks\n */\n\n'use strict';\n\nvar ExecutionEnvironment = require('./ExecutionEnvironment');\n\nvar performance;\n\nif (ExecutionEnvironment.canUseDOM) {\n  performance = window.performance || window.msPerformance || window.webkitPerformance;\n}\n\nmodule.exports = performance || {};"]}