File tree Expand file tree Collapse file tree 5 files changed +11
-20
lines changed
packages/react-error-overlay Expand file tree Collapse file tree 5 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 11/**
22 * Copyright (c) 2015-present, Facebook, Inc.
3- * All rights reserved.
43 *
5- * This source code is licensed under the BSD-style license found in the
6- * LICENSE file in the root directory of this source tree. An additional grant
7- * of patent rights can be found in the PATENTS file in the same directory.
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
86 */
97const webpack = require ( 'webpack' ) ;
108const chalk = require ( 'chalk' ) ;
Original file line number Diff line number Diff line change 11/**
22 * Copyright (c) 2015-present, Facebook, Inc.
3- * All rights reserved.
43 *
5- * This source code is licensed under the BSD-style license found in the
6- * LICENSE file in the root directory of this source tree. An additional grant
7- * of patent rights can be found in the PATENTS file in the same directory.
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
86 */
97
108import './utils/pollyfills.js' ;
Original file line number Diff line number Diff line change 11/**
22 * Copyright (c) 2015-present, Facebook, Inc.
3- * All rights reserved.
43 *
5- * This source code is licensed under the BSD-style license found in the
6- * LICENSE file in the root directory of this source tree. An additional grant
7- * of patent rights can be found in the PATENTS file in the same directory.
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
86 */
7+
98if ( typeof Promise === 'undefined' ) {
109 // Rejection tracking prevents a common issue where React gets into an
1110 // inconsistent state due to an error, but it gets swallowed by a Promise,
Original file line number Diff line number Diff line change 11/**
22 * Copyright (c) 2015-present, Facebook, Inc.
3- * All rights reserved.
43 *
5- * This source code is licensed under the BSD-style license found in the
6- * LICENSE file in the root directory of this source tree. An additional grant
7- * of patent rights can be found in the PATENTS file in the same directory.
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
86 */
97'use strict' ;
108
Original file line number Diff line number Diff line change 11/**
22 * Copyright (c) 2015-present, Facebook, Inc.
3- * All rights reserved.
43 *
5- * This source code is licensed under the BSD-style license found in the
6- * LICENSE file in the root directory of this source tree. An additional grant
7- * of patent rights can be found in the PATENTS file in the same directory.
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
86 */
97'use strict' ;
108
You can’t perform that action at this time.
0 commit comments