We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8742a3f + 05f5ea0 commit cf24072Copy full SHA for cf24072
packages/global/types/index.d.ts
@@ -2,6 +2,7 @@
2
/// <reference path="./lib.page.d.ts" />
3
/// <reference path="./lib.component.d.ts" />
4
/// <reference path="./lib.mixin.d.ts" />
5
+/// <reference path="./lib.shared.d.ts" />
6
/// <reference path="./lib.global.d.ts" />
7
8
declare namespace MiniProgram {
tests/global/page.test.ts
@@ -134,6 +134,11 @@ Page({
134
}
135
},
136
});
137
+ this.setUpdatePerformanceListener<true>({
138
+ withDataPaths: true
139
+ }, res => {
140
+ expectAssignable<string[]>(res.dataPaths)
141
+ })
142
143
goDevCenter() {
144
my.navigateToMiniProgram({
0 commit comments