/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v19.1.0
packages/shared/DefaultPrepareStackTrace.js
12 строк
358 B
Sebastian Markbåge
Fork the "empty" prepareStackTrace case for Server builds (#31427)
05 ноя 2024, 23:05
Не верифицирован
05 ноя 2024, 23:05
156eab2
Код
Авторство
О чём код?
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow */ // This is forked in server builds where the default stack frame may be source mapped. export default ((undefined: any): (Error, CallSite[]) => string);