mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-10 00:33:28 +08:00
🐛 fix(ci): 补全前端 statSync 类型声明
- 补齐 node:fs 测试 shim 的 statSync 返回类型 - 修复干净 CI 环境下前端 TypeScript 构建失败
This commit is contained in:
1
frontend/src/node-test-shims.d.ts
vendored
1
frontend/src/node-test-shims.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
declare module 'node:fs' {
|
||||
export function readdirSync(path: string | URL): string[];
|
||||
export function readFileSync(path: string | URL, encoding: string): string;
|
||||
export function statSync(path: string | URL): { isDirectory(): boolean };
|
||||
}
|
||||
|
||||
declare module 'node:path' {
|
||||
|
||||
Reference in New Issue
Block a user