提交 2c9c5b8f 编写于 作者: fxy060608's avatar fxy060608

wip(x-android): tsc

上级 80a7ab81
......@@ -30,6 +30,7 @@ declare global {
needLogin?: boolean | null
}
type UniConfigOnReadyCallback = () => void
type UniConfig = {
realEntryPagePath: string
entryPagePath: string
......@@ -45,6 +46,14 @@ declare global {
set ready(value: boolean)
}
interface UTSAndroid {
consoleDebugError<T>(obj: T, info: string): T
}
interface IUTSSourceMap {
__$getOriginalPosition(): UTSSourceMapPosition | null
}
class UTSSourceMapPosition<
name = string,
fileName = string,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册