Agent 3 — rn-update: - downloadPlugin/downloadApk 新增 onProgress 进度回调 - checkAppUpdate/checkPluginUpdate 版本缓存(30分钟 TTL) - 新增 UpdateDownloadProgress 类型导出 Agent 3 — rn-xwebview: - XWebViewBridge 补全标准 JSBridge handler - getDeviceInfo/getToken/getUserInfo/openNativePage/closeWebView/showToast Agent 4 — rn-log v0.1.0: - XLog 主入口:event/captureError/warn/info/startCapture - LogQueue:AsyncStorage 本地队列 + 批量上报 - ErrorCapture:JS global error + unhandledRejection - FunnelTracker:漏斗分析 - fingerprint:SHA-256 指纹去重 - HttpInterceptor:rn-common HTTP 错误自动上报 - NativeLogReporter:TurboModule spec
14 行
308 B
JSON
14 行
308 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-native",
|
|
"baseUrl": "../../",
|
|
"paths": {
|
|
"@react-native-async-storage/async-storage": ["src/shims/async-storage.ts"]
|
|
},
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|