From 4d9da000fbe74d344e0e4580b138e79d4ad98ede Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期一, 01 六月 2026 11:07:14 +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