From 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:09:58 +0800
Subject: [PATCH] 上报转运调试
---
node_modules/postcss/lib/lazy-result.d.ts | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/node_modules/postcss/lib/lazy-result.d.ts b/node_modules/postcss/lib/lazy-result.d.ts
index 2eb7279..599a614 100644
--- a/node_modules/postcss/lib/lazy-result.d.ts
+++ b/node_modules/postcss/lib/lazy-result.d.ts
@@ -6,7 +6,6 @@
import Warning from './warning.js'
declare namespace LazyResult {
- // eslint-disable-next-line @typescript-eslint/no-use-before-define
export { LazyResult_ as default }
}
@@ -19,9 +18,9 @@
* const lazy = postcss([autoprefixer]).process(css)
* ```
*/
-declare class LazyResult_<RootNode = Document | Root>
- implements PromiseLike<Result<RootNode>>
-{
+declare class LazyResult_<RootNode = Document | Root> implements PromiseLike<
+ Result<RootNode>
+> {
/**
* Processes input CSS through synchronous and asynchronous plugins
* and calls onRejected for each error thrown in any plugin.
--
Gitblit v1.9.3