Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
ohrn_fangL
/
packages
/
react-native-harmony-test-kit
下载当前目录
J
jiaxuan_wong
fix(static): address remaining scan follow-up warnings
7f165e4f
创建于
11 天前
历史提交
文件
最后提交记录
最后更新时间
src
fix(static): address remaining scan follow-up warnings 问题描述: 最新一轮补充扫描后,仓内仍残留一批样例格式、Metro 结构复杂度以及 OAT 头注释类告警,涉及 Sample 工程入口、Tester 脚本、Harmony Metro resolver,以及多个 tester、CLI 模板与生态工程文件,影响静态检查结果收敛。 解决方案: - 修复 SampleProject 入口文件的缺失分号与格式问题,清理 tester 脚本中的冗余注释代码 - 继续拆分 metro.config.js 中 resolveRequestOnlyForHarmony 的内部判断逻辑,降低函数嵌套深度 - 为命中的 JS、TS、TSX、ETS 与 gitignore 模板文件补充统一版权与许可证头 - 调整 LICENSE-Meta 版权行格式,使其与仓内第三方许可证文本体例保持一致 影响范围: - 影响静态检查命中的样例入口文件、Metro 配置文件、Tester 脚本以及多处模板与工程入口文件 - 不引入新的业务功能,重点是清理剩余扫描告警并保持现有逻辑与行为不变 Signed-off-by: jiaxuan_wong <1801330925@qq.com>
11 天前
.eslintrc
chore: add test-kit and hdc-server to monorepo ## Why are these changes being made? This MR adds test-kit and hdc server to the monorepo to reduce maintenance costs. ## Test Plan 1. run tester app 2. verify if apps builds and runs. ## Checklist - [x]
pnpm verify
passes - [x] no test fails on
CONCURRENT TESTER
page in tester app - [x] no test fails on
SEQUENTIAL TESTER
page in tester app ## Issue Links See merge request rnoh/react-native-harmony
!1850
Signed-off-by: huangyouhua <1356795413@qq.com>
1 年前
.prettierrc.js
chore: add test-kit and hdc-server to monorepo ## Why are these changes being made? This MR adds test-kit and hdc server to the monorepo to reduce maintenance costs. ## Test Plan 1. run tester app 2. verify if apps builds and runs. ## Checklist - [x]
pnpm verify
passes - [x] no test fails on
CONCURRENT TESTER
page in tester app - [x] no test fails on
SEQUENTIAL TESTER
page in tester app ## Issue Links See merge request rnoh/react-native-harmony
!1850
Signed-off-by: huangyouhua <1356795413@qq.com>
1 年前
package.json
chore: add test-kit and hdc-server to monorepo ## Why are these changes being made? This MR adds test-kit and hdc server to the monorepo to reduce maintenance costs. ## Test Plan 1. run tester app 2. verify if apps builds and runs. ## Checklist - [x]
pnpm verify
passes - [x] no test fails on
CONCURRENT TESTER
page in tester app - [x] no test fails on
SEQUENTIAL TESTER
page in tester app ## Issue Links See merge request rnoh/react-native-harmony
!1850
Signed-off-by: huangyouhua <1356795413@qq.com>
1 年前
tsconfig.json
feat(Upgrade): 升级React Native版本为0.84.1 Co-authored-by: fangyygw<fang_zhen@hoperun.com>
1 个月前