{"version":3,"sources":["node_modules\\fbjs\\lib\\nativeRequestAnimationFrame.js"],"names":["nativeRequestAnimationFrame","global","requestAnimationFrame","webkitRequestAnimationFrame","mozRequestAnimationFrame","oRequestAnimationFrame","msRequestAnimationFrame","module","exports"],"mappings":"AAAA;;;;;;;;;;;;AAYA,GAAIA,6BAA8BC,OAAOC,qBAAP,EAAgCD,OAAOE,2BAAvC,EAAsEF,OAAOG,wBAA7E,EAAyGH,OAAOI,sBAAhH,EAA0IJ,OAAOK,uBAAnL;;AAEAC,OAAOC,OAAP,CAAiBR,2BAAjB","file":"nativeRequestAnimationFrame.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["\"use strict\";\n\n/**\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\nvar nativeRequestAnimationFrame = global.requestAnimationFrame || global.webkitRequestAnimationFrame || global.mozRequestAnimationFrame || global.oRequestAnimationFrame || global.msRequestAnimationFrame;\n\nmodule.exports = nativeRequestAnimationFrame;"]}