Skip to content

Commit 98177bc

Browse files
committed
feat: update baselib defs to 3.7.7
1 parent f269524 commit 98177bc

File tree

3 files changed

+422
-103
lines changed

3 files changed

+422
-103
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2025-02-08 v3.8.8
2+
- 修复 `setTimeout``setInterval` 的参数 ([wechat-miniprogram/api-typings#323](https://github.com/wechat-miniprogram/api-typings/issues/323))
3+
- 更新 API 定义到 3.7.7
4+
15
## 2024-09-24 v3.8.7
26
- 更新 API 定义到 3.6.1
37

test/api-doc.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ import { expectType } from 'tsd'
378378
})
379379
}
380380

381-
type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools'
381+
type TPlatform = 'ios' | 'android' | 'windows' | 'mac' | 'devtools' | 'ohos'
382382

383383
// Test case from `wx.getSystemInfo`
384384
{

0 commit comments

Comments
 (0)