/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/react/index.fb.js
14 строк
401 B
Andrew Clark
Move SuspenseList to experimental package (#17130)
19 окт 2019, 00:24
Не верифицирован
19 окт 2019, 00:24
c47f593
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; const ReactFB = require('./src/ReactFB'); // TODO: decide on the top-level export form. // This is hacky but makes it work with both Rollup and Jest. module.exports = ReactFB.default || ReactFB;