{"version":3,"sources":["node_modules\\react-dom\\lib\\DefaultEventPluginOrder.js"],"names":["DefaultEventPluginOrder","module","exports"],"mappings":";;;;;;;;;;AAUA;;;;;;;;;;;;AAYA,GAAIA,yBAA0B,CAAC,sBAAD,CAAyB,mBAAzB,CAA8C,gBAA9C,CAAgE,uBAAhE,CAAyF,mBAAzF,CAA8G,mBAA9G,CAAmI,wBAAnI,CAA9B;;AAEAC,OAAOC,OAAP,CAAiBF,uBAAjB","file":"DefaultEventPluginOrder.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'use strict';\n\n/**\n * Module that is injectable into `EventPluginHub`, that specifies a\n * deterministic ordering of `EventPlugin`s. A convenient way to reason about\n * plugins, without having to package every one of them. This is better than\n * having plugins be ordered in the same order that they are injected because\n * that ordering would be influenced by the packaging order.\n * `ResponderEventPlugin` must occur before `SimpleEventPlugin` so that\n * preventing default on events is convenient in `SimpleEventPlugin` handlers.\n */\n\nvar DefaultEventPluginOrder = ['ResponderEventPlugin', 'SimpleEventPlugin', 'TapEventPlugin', 'EnterLeaveEventPlugin', 'ChangeEventPlugin', 'SelectEventPlugin', 'BeforeInputEventPlugin'];\n\nmodule.exports = DefaultEventPluginOrder;"]}