1 Star 0 Fork 6

SimonLi/react-native-openharmony

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
interface.js 792 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tim Yung 提交于 2022-08-13 08:16 +08:00 . RN: Cleanup Existing ESLint Warnings
/**
* 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.
*
* @format
* @flow strict
*/
'use strict';
// NOTE: Hmm... I don't think declaring variables within this module actually
// accomplishes anything besides documenting that these globals are exepcted to
// exist. So I think the correct "fix" to this lint warning is to delete this
// entire file. But in lieu of doing that... no harm for now in keeping this
// file around, even if it is only for documentation purposes. ¯\_(ツ)_/¯
/* eslint-disable no-unused-vars */
declare var __DEV__: boolean;
declare var __REACT_DEVTOOLS_GLOBAL_HOOK__: any; /*?{
inject: ?((stuff: Object) => void)
};*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kkup180/react-native-openharmony.git
git@gitee.com:kkup180/react-native-openharmony.git
kkup180
react-native-openharmony
react-native-openharmony
0.71-stable-ohos-dev

搜索帮助