From 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 11:46:41 +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