- ErrorCapture.ts: global → globalThis,移除 declare global 冲突 - index.ts: 移除不存在的 UpdateDownloadProgress 导出 - 各 package.json 版本号对齐 Co-Authored-By: Claude <noreply@anthropic.com>
3 行
116 B
TypeScript
3 行
116 B
TypeScript
export { XLog } from './XLog'
|
|
export type { LogLevel, Environment, LogEvent, IssueEvent, XLogEvent } from './types'
|